﻿
.RadLabel{
    font-weight:bold;
}
.textBoxLabel {
    display: block !important;
    float:inherit !important;
 
}
.KORAOfficer {
    border: 1px solid black;
    height: 100px;
    background-color: #060;
    color: white;
    font-size: 13px;
    font-weight: bold;
    width:99%
}


.rowHeight {
    height: 79px;
}
.reqInfo {
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.DescInfo {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.desiredFileFmtinfo {
    color: black;
    font-family: 'Arial';
    font-size: larger;
}

.Noteinfo {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.tableAlign {
    padding: 10px;
    font-family: 'Arial' !important;
    font-size: 15px !important;
}

.textContentFormat {
    font-family: 'Arial'!important;
    font-size: 15px !important;
}

.colheight {
    height: 25px;
}

.reqFormHead {
    color: #060;
    background-color: lightgray;
  
    margin: 7px 15px 15px 7px;
}

.pageContent {
    margin: 0px;
    font-family: 'Arial';
    font-size: 18px;
}

.requestDescriptionTextArea {
    font-family: 'Arial';
    font-size: 18px;
    border-radius: 10px;
    margin-top: 5px;
    overflow: scroll;
    width:95%;
}

.formatBox {
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
}

.dtRequired::before {
    content:"* ";
    color: #BC2F28;
    font-size: large;
}

.dtStandardText {
    color: black;
    font-size: medium;
}

.inline_style {
    display: inline;
}

.disabledText {
    color: lightgray;
}

.disabledBox {
    opacity: .25;
}

.d-container {
    display: inline-block;
    /*background-color: #E5E5E5;*/
    background-color: #D4E5CC;
    width: 45%;
    padding: 5px 22px 22px;
    border-top: 1px solid rgb(50, 50, 50);
    border-bottom: 1px solid rgb(50, 50, 50);
    border-left: 1px solid rgb(50, 50, 50);
    border-right: 1px solid rgb(50, 50, 50);
    color: black;
}

.RadCaptcha span {
    color: Red;
    font-size: large;
}

.RadComboBox .rcbInput{
    width:100% !important;
}
.KORALine {
    padding: 15px 15px 15px 15px;
}

.floatRight {
    float: right;
  
}

html, body {
    margin: 0 auto;
    font-size: 12pt;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
    /*background: url(images/breadcrumbs-bg.jpg) repeat-x;*/
    background-color: #002569;
}
.RadInput_Windows7, .RadInputMgr_Windows7 {
    font-family: 'Arial' !important;
    font-size: 15px !important;
    font-weight:bold !important;
}
.validationSummary {
    border: 1px solid red;
    margin-bottom: 7px;
}

    .validationSummary ul {
        color: red;
        list-style-type: square;
    }
