<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
###################################
    FormItem
###################################
*/
.FormContent {
    padding-bottom: 10px;
}

.FormItem {
    padding-right: 15px;
    padding-bottom: 11px;
}

.FormItemRight {
}

.FormItem271 {
    width: 256px;
}

.FormItem341 {
    width: 326px;
}

.FormItem label {
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
}

.FormItem input {
    width: 276px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    padding: 6px 0px 8px 8px;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}

.FormItem80 input {
    width: 70px !important;
}

.FormItem500 input {
    width: 500px !important;
}

.validation-error {
    color: red;
    font-weight: bold;
}

input.error, input.input-validation-error, textarea.error {
    background-color: #e38e97 !important;
    color: #c10c1e !important;
    border: solid 1px #e38e97 !important;
}

.FormItem input.error, .FormItem input.input-validation-error, .FormItem textarea.error {
    background-color: #f7c7cc !important;
}

.FormItem select, select {
    width: 284px;
    height: 26px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}

    select.Width150 {
        width: 150px;
    }

     select.Width200 {
        width: 200px;
    }

.FormItem input[type=radio], .FormItem input[type=checkbox] {
    background-color: Transparent;
    border: solid 0px #acacac;
    line-height: normal;
    padding: 0px;
    font-size: 13px;
    font-family: Arial;
    vertical-align: bottom;
    color: #252525;
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
}

    .FormItem input[type=radio] + label, .FormItem input[type=checkbox] + label {
        display: inline-block !important;
        padding-bottom: 0px;
        margin-bottom: -4px;
        vertical-align: bottom;
        font-size: 14px;
    }

.FormItem textarea {
    width: 450px;
    height: 120px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}

    .FormItem textarea.Width276Height70 {
        width: 276px;
        height: 120px;
        font-family: Arial;
        font-size: 14px;
        line-height: normal;
        margin: 0px;
        color: #252525;
        background-color: #eeeeee;
        border: 1px solid #d7d7d7;
    }

    .FormItem textarea.Width550Height70 {
        width: 550px;
        height: 70px;
        font-family: Arial;
        font-size: 14px;
        line-height: normal;
        margin: 0px;
        color: #252525;
        background-color: #eeeeee;
        border: 1px solid #d7d7d7;
    }

.LoginFormItem input {
    width: 287px;
    font-size: 14px;
    line-height: normal;
    padding: 8px 0px 8px 8px;
    margin: 0px;
    color: #252525;
    background-color: #e2e2e2 !important;
    border: none;
    float: left;
}
.FormItemLinkValue input{
    width: 450px;
}
.ContentBoxGrayContent342 .FormItemLinkValue input{
    width: 276px !important;
}
/*
###################################
    Common ErrorList
###################################
*/
.CommonErrorList {
    padding-bottom: 10px;
    font-weight: bold;
}

    .CommonErrorList ul {
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
    }

        .CommonErrorList ul li {
            padding: 0px;
            margin: 0px;
            font-weight: normal;
            padding-left: 0px;
            margin-left: 18px;
            padding-bottom: 4px;
        }

/*
###################################
    Button row
###################################
*/
.ButtonRow {
    border-top: 1px solid #c0c6cb;
    padding-top: 10px;
}

/*
###################################
    Button - Select
###################################
*/
.UserSelectRoleButton {
    margin: 5px 0px;
}

.EditButton {
    color: #ffffff;
    font-size: 14px;
    background-color: #0293fd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 13px 3px 10px;
}

    .EditButton a {
        color: #ffffff;
    }

.ContentMainSubjectPlate a:hover {
    text-decoration: none;
}

/*
###################################
   Autocomplete
###################################
*/
.ui-menu-item {
    list-style-type:none;
}

.ui-autocomplete {
    width: 460px !important;
    font-family: Arial !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.ui-helper-hidden-accessible {
    display: none !important;
}</pre></body></html>