﻿body {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/*.content-container {
    padding: 15px;
    text-align: left;
}*/

.modal-container {
    /*padding: 10px;*/
}

.content {
    font-size: 9pt !important;
    font-family: Arial !important;
}

/* report table */
table[id$="Report"] tr:nth-child(even) {
    background: #FFF;
    border: 0px;
    border-bottom: #cccccc 1px solid;
}

table[id$="Report"] tr:nth-child(odd) {
    background-color: #fdf6e3;
    border-bottom: #cccccc 1px solid;
}

table[id$="Report"] tr:first-child {
    vertical-align: bottom;
    border-bottom: #cccccc 2px solid;
    background-color: #eeeeee;
    text-align: left;
}

table[id$="Report"] tr:last-child {
    vertical-align: bottom;
    border-bottom: #cccccc 2px solid;
    background-color: #eeeeee;
    text-align: left;
    font-weight: bold;
}

input[type="text"],
textarea {
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 3px #e6e6e6 inset;
    border-radius: 4px;
    color: #595959;
}

input[type="text"] {
    height: 1.65em;
}

    input[type="text"][readonly],
    input[type="text"]:disabled,
    textarea[readonly],
    textarea:disabled,
    select:disabled,
    .disabled {
        cursor: default;
        box-shadow: none;
        background-color: #f2f2f2;
        color: #bbbbbb !important;
        border-color: #d7d7d7 !important;
    }

.disabled {
    background-color: #f2f2f2 !important;
}

    input[type="text"]:disabled:hover,
    input[type="text"]:disabled:active,
    .disabled:hover,
    .disabled:active {
        border-color: #d7d7d7 !important;
        background-color: #f2f2f2;
    }

/* custom styles for JQueryUI Tooltip */
.jquery-ui-tooltip-custom-style {
    font-family: Arial !important;
    font-size: 9pt !important;
}


.k-grid input[type="number"].KLA-number-cell,
.k-grid .KLA-number-cell .link-button {
    width: 80% !important;
    text-align: right;
}

.KLA-number-header-cell {
    text-align: right !important;
}

.KLA-number-cell {
    text-align: right !important;
}

.KLA-wrappable {
    white-space: normal !important;
}

.KLA-nowrap {
    white-space: nowrap;
    padding:3px;
}

.KLA-text-align-right {
    text-align: right;
}

.KLA-grid-toolbar {
    position: relative;
    margin-bottom: 3px;
}

/*KLA-toggle-group*/
/*remove spcaes between labels*/
.KLA-toggle-group-container {
    font-size: 0;
    display: inline-block;
}

/*Hide actual html radio button*/
input[type="radio"].KLA-toggle {
    display: none;
}

/*Styling for toggles*/
.KLA-toggle-button {
    display: inline-block;
    padding: 4px 10px;
    line-height: 19px;
    cursor: pointer;
    background: #f6f6f6;
    border-width: 1px 1px 1px 0px;
    border-color: #ccc;
    border-style: solid;
    color: #000;
    font-size: 11px;
    font-weight: 400;
}

    /*Toggle hover state*/
    .KLA-toggle-button:hover {
        background: #e9ffc8;
    }

/*Toggle selected state*/
input[type="radio"].KLA-toggle:checked + label,
.KLA-toggle-selected {
    background: #1688c3;
    cursor: default;
    color: #fff;
}

/*Styling for left toggle*/
input[type="radio"].KLA-toggle-left + label {
    border-left-width: 1px;
    border-radius: 4px 0px 0px 4px;
}

/*Styling for right toggle*/
input[type="radio"].KLA-toggle-right + label {
    border-radius: 0px 4px 4px 0px;
}
/* end of KLA-toggle-group*/


.KLA-grid-actions-open-button {
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../../images/z4.png') no-repeat;
    cursor: pointer;
}

    .KLA-grid-actions-open-button:hover {
        cursor: pointer;
        background-position: 0px -20px;
    }

.KLA-grid-actions-close-button {
    position: absolute;
    right: 5px;
    top: 10px;
}

.KLA-grid-actions-popup {
    position: absolute;
    z-index: 999;
    display: none;
    padding: 5px;
    right: 0px;
    top: 39px;
    min-width: 200px;
    min-height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    background-color: #FFF;
    background-clip: padding-box;
}

.KLA-grid-actions-popup-title {
    border-bottom: 1px solid #e9e9e9 !important;
}

    .KLA-grid-actions-popup-title h2 {
        font-size: 14px !important;
        color: #68a900 !important;
        text-align: left;
        font-weight: 600;
        padding-bottom: 5px;
        padding-top: 5px !important;
        padding-left: 10px;
        margin: 0 !important;
        width: 98%;
        border: none !important;
    }

.KLA-grid-actions-list {
    list-style-type: none;
    padding-left: 10px;
}

    .KLA-grid-actions-list li {
        margin-bottom: 10px;
    }

.KLA-grid-actions-callout {
    position: absolute;
    top: -13px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.55);
}

.k-grid-header .KLA-sortable-header a {
    color: #2977a8 !important;
    text-decoration: underline !important;
}

.KLA-multiselect-inline-block {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
}

.KLA-checkbox-cell-center {
    width: 100%;
    text-align: center !important;
}

.KLA-actions-cell-nowrap {
    white-space: nowrap;
}

.KLA-label-inline-block-right {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.KLA-primary-title {
    font-size: 16px;
    color: #002664;
    font-weight: 600;
}

.KLA-section-title {
    font-size: 13px;
    color: #313131;
    font-weight: 600;
    margin: 0;
    padding-bottom: 4px;
}

.KLA-secondary-title {
    font-size: 14px;
    color: #313131;
    font-weight: 600;
    margin: 6px 0;
}

.KLA-buttons-toolbar-top {
    margin-bottom: 10px;
}

.KLA-buttons-toolbar {
    /*position: absolute;*/
    bottom: 15px;
}

.KLA-modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 255, 255, 255, .5 );
    background-image: url("images/loading-image.gif");
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.field-message {
    color: #FF1717;
}

    .field-message hide {
        display: none;
    }

.message.error {
    color: #FF1717;
}

.message {
    padding: 0 0 10px 0 !important;
    font-size: 11px;
    margin-top: 10px;
    display: none;
}

    .message div ul {
        margin: 0;
        padding: 0;
    }

.ErrorText {
    font-size: 9pt;
    color: #ff0000;
    font-family: Arial;
}

.KLA-input-validation-error {
    border-color: red !important;
}

.editor-stack-container {
    width: 100%;
    display: inline-block;
}

.editor-stack {
    display: block;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 225px;
}

.editor-title {
    display: inline-block;
    width: 120px;
}

.editor-row {
    margin-bottom: 10px;
}

.editor-field {
    width: auto;
    padding-left: 10px;
    min-height: 22px;
    display: inline-block;
}

.editor-label {
    width: 200px;
    white-space: normal;
    display: inline-block;
}

.editor-label-long {
    width: 300px;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 15px;
    zoom: 1;
    *display: inline;
    white-space: normal;
}

.editor-label-auto {
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 9px;
    white-space: normal;
    zoom: 1;
    *display: inline;
    white-space: normal;
}

.editor-label-short {
    width: 125px;
    vertical-align: top;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 9px;
    white-space: normal;
    zoom: 1;
    *display: inline;
    white-space: normal;
}

.editor-label-full {
    vertical-align: top;
    display: inline-block;
    padding-bottom: 15px;
    zoom: 1;
    *display: inline;
    white-space: normal;
}


/* green-button ... 
.green-button {
    background-attachment: scroll;
    border-bottom-color: white;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    color: white !important;
    display: inline-block;
    height: auto;
    line-height: 19px;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 4px;
    width: auto;
    text-shadow: 1px 1px #446d06 !important;
    box-shadow: 0 0 0 1px #65a204 !important;
    background: #72c407 !important;
    background: -moz-linear-gradient(top, #72c407 0%, #65a204 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c407), color-stop(100%,#65a204)) !important;
    background: -webkit-linear-gradient(top, #72c407 0%,#65a204 100%) !important;
    background: -o-linear-gradient(top, #72c407 0%,#65a204 100%) !important;
    background: -ms-linear-gradient(top, #72c407 0%,#65a204 100%) !important;
    background: linear-gradient(to bottom, #72c407 0%,#65a204 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c407', endColorstr='#65a204',GradientType=0 ) !important;
}

    .green-button:hover {
        background: #65a204 !important;
        text-decoration: none;
    }
*/

/* Buttons
****************************************************************************************************/

/* BUTTON COMMON STYLES/////////////////////////////////////////////////////////////////////////////////////*/
.btn,
.button,
.link-button,
button,
input[type="button"],
input[type="submit"],
input[type="file"] {
    cursor: pointer;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0px !important;
    outline: 0px;
    background: transparent;
    box-shadow: none;
    color: #0861ff;
    font-size: 12px !important;
    font-weight: normal;
    line-height: normal !important;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 12px !important;
    margin: 0px;
    width: auto;
    height: auto;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    /* BLUE BUTTON STYLES/////////////////////////////////////////////////////////////////////////////////////*/
    .btn,
    .button,
    .blue-button,
    button.blue-button,
    .button.blue-button,
    button,
    input[type="button"],
    input[type="submit"] {
        background: #0861ff;
        color: #fff;
        text-shadow: none;
        box-shadow: none !important;
    }

    .blue-button:hover,
    button.blue-button:hover,
    .button.blue-button:hover,
    button:hover,
    .k-button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover {
        background: #0046c2;
        text-decoration: none;
    }


.k-button-solid-primary {
    background: #0861ff !important;
}

.k-button-solid-primary:hover {
    background: #0059f7 !important;
}

.k-window-titlebar-actions .k-button:hover {
    background: #E6E9F0 !important;
}


    .blue-button:focus,
    button.blue-button:focus,
    .button.blue-button:focus,
    button:focus,
    .k-button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus {
        background: #0046c2;
    }

        /* GREEN BUTTON STYLES/////////////////////////////////////////////////////////////////////////////////////*/
        .green-button,
        button.green-button,
        .button.green-button {
            background: #33b215 !important;
            color: #fff;
            text-shadow: none !important;
            border-radius: 2px !important;
            box-shadow: none !important;
        }

        .green-button:hover,
        button.green-button:hover,
        .button.green-button:hover {
            background: #278910 !important;
            text-decoration: none;
        }

        .green-button:focus,
        button.green-button:focus,
        .button.green-button:focus {
            background: #278910;
        }

        /* LINK BUTTON /////////////////////////////////////////////////////////////////////////////////////*/

        .link-button,
        input[type="button"].link-button,
        input[type="submit"].link-button,
        button.link-button {
            background: none;
            border-color: transparent;
            box-shadow: none;
            color: #0861ff;
            padding: 5px 2px !important;
        }

            .link-button:hover,
            input[type="button"].link-button:hover,
            input[type="submit"].link-button:hover,
            button.link-button:hover {
                text-decoration: none;
                color: #2594FF !important;
            }

            .link-button:focus,
            input[type="button"].link-button:focus,
            input[type="submit"].link-button:focus,
            button.link-button:focus {
                text-decoration: none;
                color: #0861ff !important;
            }

                .link-button:active,
                .link-button:hover:active,
                .link-button:focus:active,
                input[type="button"].link-button:active,
                input[type="submit"].link-button:active,
                  input[type="button"].link-button:hover:active,
                input[type="submit"].link-button:hover:active,
                input[type="button"].link-button:focus:active,
                input[type="submit"].link-button:focus:active,
                button.link-button:active,
                button.link-button:focus:active,
                button.link-button:hover:active, .link-button-active {
                    color: #0861ff !important;
                    top: 0;
                    font-weight: 600 !important;
                    font-size:10pt;
                }

            .link-button i {
                color: #009dd5;
                font-size: 13px;
            }

            .link-button:hover i,
            .link-button:focus i {
                color: #00BCFF !important;
            }


            .link-button:active i {
                color: #79DCFF !important;
            }



        .btn:active,
        .btn:focus:active,
        .button:active,
        .button:focus:active,
        .k-button:active,
        .k-button:focus:active,
        button:active,
        button:focus:active,
        input[type="button"]:active,
        input[type="button"]:focus:active,
        input[type="submit"]:active,
        input[type="submit"]:focus:active,
        .k-button:focus:not(.k-disabled):not([disabled]),
        .k-button:focus:active:not(.k-disabled):not([disabled]) {
            outline: 0px;
            position: relative;
            top: 2px;
        }

/*Remove IE shift behavior on active state*/
.k-ie button:focus:active,
.k-ie input[type="button"]:focus:active {
    padding-top: 4px;
    padding-bottom: 6px;
}

/* DISABLED BUTTON /////////////////////////////////////////////////////////////////////////////////////*/

.k-button.k-disabled,
.k-disabled .k-button,
.k-disabled .k-button:hover,
.k-button.k-disabled:hover,
.k-disabled .k-button:active,
.k-button.k-disabled:active {
    background-image: none;
}

a.disabled,
a[disabled],
a[disabled=disabled],
a[disabled=true],
a.inactive-button,
span.disabled,
span[disabled],
span[disabled=disabled],
span[disabled=true],
span.inactive-button,
.link-button[disabled],
.link-button[disabled=disabled],
.link-button[disabled=true],
.link-button.inactive-button,
input.link-button[disabled],
input.link-button[disabled=disabled],
input.link-button[disabled=true],
input.link-button.inactive-button {
    cursor: default !important;
    text-decoration: none !important;
    color: #bbbbbb !important;
    background: 0 !important;
    border-color: transparent;
    position: static !important;
}


.k-grid-content [class^="icon-"].disabled,
.k-grid-content [class*=" icon-"].disabled,
.k-grid-icon.disabled {
    color: #ddd !important;
}

span > a.inactive-button,
span > a.inactive-button:hover {
    background: none !important;
    border: 0px !important;
}


input[type="button"]:disabled,
.button[disabled=disabled],
.k-button.k-disabled,
button[disabled],
.inactive-button {
    color: #aaaaaa !important;
    background: #e9e9e9 !important;
    border-color: transparent !important;
    position: static !important;
    cursor: default;
}

    .button[disabled=disabled]:hover,
    .k-button.k-disabled:hover,
    .inactive-button:hover,
    .k-button.k-disabled:focus,
    .inactive-button:focus {
        cursor: default;
        background: #e9e9e9 !important;
        outline: 0 !important;
    }


.link-button[disabled=disabled]:hover {
    color: #bbbbbb !important;
}

i.left {
    padding-right: 2px;
}

i.right {
    padding-left: 2px;
}

/* end of Buttons
****************************************************************************************************/

/* Filter panel */

.filter-panel {
    min-height: 50px;
    border-bottom: 1px solid #d5d5d5;
    margin: 0px 0 10px 0;
    padding-bottom: 4px;
}

    .filter-panel > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        overflow: hidden;
    }

        .filter-panel > ul > li {
            display: inline-block;
            padding-right: 10px;
            float: left;
        }

            .filter-panel > ul > li.button-container {
                min-height: 28px;
                padding-top: 22px;
            }

            .filter-panel > ul > li.pull-right {
                float: right;
            }

            .filter-panel > ul > li label {
                display: block;
                font-weight: 600;
                padding: 4px;
            }

/* End of Filter panel */

div.popup-tab-content {
    height: 430px;
    overflow-y: auto;
}

    div.popup-tab-content > div {
        white-space: pre-wrap;
    }

    div.popup-tab-content > table {
        white-space: pre-wrap;
    }

.dialog-content {
    white-space: pre-wrap;
    min-height: 60px;
    max-height: 400px;
    max-width: 800px;
    overflow: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.dialog-toolbar {
    position: relative;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.form-title {
    font-size: 9pt !important;
    font-family: Arial !important;
    font-weight: bold;
}

.jqw-textarea .k-input-inner {
    height: auto !important;
}

.jqw-listbox {
    width: 98%;
    height: 140px;
    overflow: auto;
    font-weight: initial;
}

.td-ctrl-title{
    height:22px;
}

.td-ctrl {
    height: 22px;
}

.form-button{
    margin-right: 10px !important;
}

.pad-left-8 {
    padding-left: 8.5%;
}

.m-l-2{
    margin-left: .5rem !important;
}

#Table1 .DataGridReport, #Table1, #aspnetForm table, #frmMaint table {
    /*width: 100% !important;*/
}

.k-window-iframecontent a {
    color: #0861ff !important;
}

.align-form {
    text-align: left;
    padding-right: 1rem;
}

.content-container A:link {
    color: #0861ff;
    text-decoration : none !important;
}

.border-bottom {
    border-bottom: 1px solid #B9C2D5;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.grid-link{
    color:blue !important;
}