﻿  .k-edit-form-container{
            width: 960px;
        }
        fieldset{
            min-width: initial;
        }

        legend{
            padding-bottom: 0px;
            width: auto;
            border-bottom: none;
            font-size: 16px;
            font-weight: bold;
        }
        /* Checkbox Sections */
        .checkBoxesDiv
        {
            margin-bottom: 0;
        }
        .requiredFieldCheckboxPadding
        {
            width: 5px;
            padding: 0;
        }
        .checkBoxLabelWidth
        {
            width: 613px;
        }
        .fullWidthLabelForCheckBoxes{
            width: 765px;
        }
        .removeDivMarginBottom
        {
            margin-bottom: 0;
        }
        .requiredField
        {
            margin-bottom: 0;
        }
        .input-validation-error
        {
            background-color: white;
        }
        label {
            display: inline;
        }
        label.alert {
            display: inline-block;
        }
        .normalLabel input, .normalLabel select, .normalLabel textarea{
            font-family: Tahoma, Hevlvetica, sans-serif, Arial;
            font-weight: 100 !important;
        }
        /*.field-validation-error { color: #cb3838; }*/
        .field-validation-valid { display: none; }
        .input-validation-error { border: 2px solid #cb3838; background-color:Yellow; }
        .validation-summary-errors { font-weight: bold; color: #cb3838; font-size:14px;  }
        .validation-summary-errors ul {list-style-type:none;}
        .validation-summary-valid { display: none; }
        .validationErrorBorder { border: solid 3px red; }
        .validation-summary-warnings { font-weight: bold; color:orange; font-size:14px;}
        .validation-summary-warnings ul {list-style-type:none;}
        .validation-summary-RejectReasons {font-weight: normal; color:teal; font-size:14px; }