.KODialogContent {
    padding:4px;
    border-spacing:0;
    border-collapse:collapse;
    width: 100%;
}

.KORequired {
    color: red;
    font-weight: bold;
}

.KODialogContent td {
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    color: #000000;    
}

.KODialogContent > tbody > tr > td:first-child {
    text-align: right;
    vertical-align: top;
}

.KODialogContent label.ContentLabel {
    font-weight: bold;
    text-align: right;
    padding: 3px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
}

.KOProgressBar {
    float:right;
    margin-right:20px;
}

.KOInvalidField {
    background-color: yellow !important;
}

.KODialogBox .PostSave {
    font-weight: bold;
    color: #525252;
    padding: 5px;
}

.KODialogBox .PostSave a {
    text-decoration: underline;
    cursor: pointer;
}

.KODialogBox .PostSave img {
    vertical-align: bottom;
}

.ui-dialog:focus {
    outline-color: transparent;
    -webkit-focus-ring-color: transparent;
}

/* Wizard-specific styles */
.KODialogBox .DialogTabs {
    position: sticky;
    top: 0;
    left: 0;
    height: 99%;
    border-right: 1px solid #003763;
    padding-right: 4px;
    width: 155px;
    font-family: calibri;
    font-size: 11pt;
    overflow-x: hidden;
    overflow-y: auto;
}

.KODialogBox .DialogTabs span {
    display: block;
    padding: 2px 0 2px 8px;
}

    .KODialogBox .DialogTabs span.ActiveTab {
        background-color: #0092BC;
	    color: #ffffff;
    }

    .KODialogBox .DialogTabs span:hover {
	    color: #003673;
        cursor: pointer;
    }

.KODialogBox .DialogContent {
    margin-left: 161px;
    height: 100%;
    width: 80%;
    top: 0;
    position: absolute;
}

.btn-sm {
    font-size: 11pt !important;
    font-family: Calibri !important;
    font-weight: bold;
    background-color: #D8D8D8;
    color: #000000;
    height: 30px; 
    line-height: 1px;
}

.npArrow .k-invalid-msg, .npArrowRefCode .k-invalid-msg {
	display: none !important;
}
