﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a {
    color: #23527c;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

fieldset {
    display: inline-block;
}

/*------------------------------------------------------------------*/
/*Kendo overrides*/
/*Kendo Grid*/
.k-grid th,
.k-grid td {
    border-left-style: none !important;
    border-color: #dddddd !important;
}

    .k-grid th.k-header {
        border-bottom-width: 2px !important;
        font-weight: bold !important;
    }

.k-grid tr .k-alt {
    background-color: #f9f9f9 !important;
}

.k-grid {
    border-color: #dddddd !important;
}

    .k-grid .k-pager-wrap {
        background-color: #ffffff !important;
    }

    .k-grid .k-grid-toolbar {
        background-color: #ffffff !important;
        text-align: right;
    }

.k-filter-row th,
.k-grid-header th.k-header {
    white-space: normal !important;
}

/*Kendo Multselect*/
.k-multiselect .k-button {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.k-multiselect-wrap {
    padding: 0.3em;
}

/*Make disabled radio button labels look normal */
.k-radio:disabled + .k-radio-label {
    color: #000000;
}

/* There's a bug in Kendo where a checked disabled radio button will become white
    on a mouseover (on either the button or label).  This style is a workaround (from Telerik) to 
    fix this behavior.  They have entered this as a bug and will fix it.
*/
.k-radio:disabled:checked + .k-radio-label:after {
    background-color: #428bca;
    opacity: .5;
}

/* Hide the Grid header and pager during export */
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .w-pdf-suppress {
    display: none;
}

/* This is required for 508 - change the grid pager so that the background for the arrow icons darker.  (Note that this doesn't affect display because a graphic is overlayed on top.*/
.k-pager-nav {
    color: #275c8a !important;
}

/* This is required for 508 - make the grid pager label (where it says 1-20 of 100 items) darker. */
.k-pager-info {
    color: #595959 !important;
}

/* This is required for 508 - make the grid pager current page number background color darker. */
.k-pager-numbers .k-state-selected {
    background-color: #337ab7 !important;
}

/* This is required for 508 - make the grid pager non-current page number text color darker. */
.k-pager-numbers .k-link {
    color: #337ab7 !important;
}

/* This is required for 508 - make the dropdown list arrow darker. */
.k-dropdown .k-icon {
    color: #444444 !important;
}

/* This is workaround for the crazy settings required for the Kendo grid to work correctly for PDF exports.*/
.k-grid-header {
    padding-right: 0px !important;
}

/* This is workaround for the crazy settings required for the Kendo grid to work correctly for PDF exports.*/
.k-grid-content {
    overflow-y: auto !important;
}

/* Without this, disabled checkboxes appear to have a vertical bar just to the left of the box when the box is disabled.  This only happens when the box is inside a div with class "form-container". */
.k-checkbox[disabled] {
    opacity: 0 !important;
}

.k-checkbox:disabled + .k-checkbox-label {
    color: black !important;
}

.k-checkbox-label,
.k-radio-label {
    padding-left: 24px;
}

.k-upload-files {
    line-height: normal;
}
/*------------------------------------------------------------------*/
/*Radio buttons*/
.w-radio-div {
    display: inline;
    margin-right: 1em;
}

    .w-radio-div label {
        margin-left: .4em;
        font-weight: normal;
    }

.w-hidden-label {
    display: none !important;
}

.w-hidden-grid-header .k-link {
    visibility:hidden;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/*------------------------------------------------------------------*/
/* Overrides for Bootstrap styles to force them to be 508 compliant */
.close {
    opacity: 1;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.alert-success,
.alert-danger {
    color: #000000;
}
/* End of Bootstrap 508 Overrides */

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    margin-bottom: 0px;
}

.year-selector {
    font-size: 150%;
    font-weight: bold;
}

.radio-label {
    font-weight: normal;
    margin-left: 10px;
}

.borderless {
    border: none !important;
}

/* Validation error styles*/
.validation-summary-errors ul {
    margin-bottom: 0;
}

.field-validation-error {
    color: #b94a48;
    display: block;
    margin-left: 4px;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* Validation error styles - end*/

.text-label {
    font-weight: bold;
    margin-bottom: 5px;
}

/*Radio Buttons*/
.radio-div {
    display: inline;
}

.subsequent {
    margin-left: 20px !important;
}

.filter-header {
    font-weight: bold;
    font-size: larger;
}

/*.text-label {
    font-weight:bold;
    margin-bottom: 5px;
}*/

.inline {
    display: inline-block;
}

.skip-line-top {
    /*margin-top: 1em;*/
}

.form-section-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

    .form-section-title.first {
        margin-top: 20px;
    }

    .form-section-title.subtitle {
        font-size: 20px;
        font-weight: bold;
    }

    .form-section-title.nospace {
        margin-top: 0px;
    }

.form-section-description {
    margin-top: -10px;
    margin-bottom: 10px;
}


.multi-select-btn {
    text-align: left !important;
}

.multiselect.disabled {
    background-color: #eee;
    color: #000000;
}

.export-icons {
    text-align: right;
}

.empty-label {
    height: 1.7em;
}

.nowrap {
    white-space: nowrap;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
    color: rgb(51,51,51);
    margin-top: 10px;
    margin-bottom: 10px;
}

.casemap-element-row {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
}

.header-row {
    margin-bottom: 1em;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding-top: .25em;
}

.btn-danger {
    background-color: #a62924;
}

/*------------------------------------------------------------------*/

/*Bootstrap callout styles*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.control-label {
    display: none;
}

.hidden-cell {
    display: none;
}

.entry-title {
    color: rgb(51,51,51);
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.inline-radio-button {
    float: left;
    margin-right: 1em;
}

.inline-radio-label {
    display: inline;
    font-weight: normal;
}

.numeric-column {
    text-align: right;
}

.numeric-total {
    font-weight: bold;
}

.state-response {
    font-weight: bold;
}

.casewarning-row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.kiEnumCell {
    padding-left: 5em !important;
}

.superheader-cell {
    text-align: center;
}

td.left-border, th.left-border {
    border-left: 1px solid rgb(221, 221, 221) !important;
}

.rpt-table th, .rpt-table td {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.above-tabs {
    margin-left: 1em;
    font-style: italic;
}

.page-title {
    display: inline;
}

.omb-cell {
    padding-right: 1em;
    text-align: right;
}

/*These classes will cause a table to wrap.*/
.force-table-wrap table {
    table-layout: fixed;
}

    .force-table-wrap table td {
        word-wrap: break-word;
    }

.w-page-section-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.w-announcement-title {
    font-size: 1.6em;
    color: #333;
}

/*Styles for hiding Kendo table header row - Start*/

.w-hide-table-header {
    border-width: 0px !important;
}

    .w-hide-table-header.k-grid .k-grid-header {
        display: none !important;
    }

    .w-hide-table-header.k-grid tr:hover {
        background: transparent !important;
    }

    .w-hide-table-header.k-grid tr.k-alt:hover {
        background: #f5f5f5 !important;
    }
/*Styles for hiding Kendo table header row - End*/

/* File Upload Control Styles */
.w-upload-file-icon {
    display: inline-block;
    float: left;
    font-size: 4em;
    color: #337ab7;
    margin-top: .2em;
}

.k-upload .w-upload-file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 60%;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.k-upload .w-upload-file-name-heading {
    font-weight: bold;
    margin-top: 20px;
}

.k-upload .w-upload-file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .w-upload-file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.w-upload-file-wrapper {
    position: relative;
    height: 75px;
}
/*End of file upload control styles*/

.w-export-panel {
    width: 100%;
    text-align: right;
}


.w-report-viewer {
    height: 100%;
    min-height: 200px;
}

.w-report-viewer-icon-label {
    display: none;
}

.w-waiting {
    width: 100%;
    text-align: center;
}

.w-form-control {
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-sizing: border-box;
}

    .w-form-control[disabled] {
        background-color: #eee;
        opacity: 1;
    }

.w-text-label {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Use this style to force inline display */
.w-inline {
    display: inline-block;
}

.w-form-section-title {
    font-size: 24px;
    margin-top: 1.5em;
    margin-bottom: .8em;
}

tr.w-notopborder > td {
    border-top-width: 0px !important;
}

.w-viewreport-link {
    margin-left: 1em;
}

.w-field-description {
    display: block;
    font-size: 90%;
    font-style: italic;
}

tr.w-space-under > td {
    padding-bottom: 2em !important;
}

tr.w-space-over > td {
    padding-top: 2em !important;
}

tr.w-notopborder > td {
    border-top-width: 0px !important;
}

.w-info-title {
    font-size: 16px;
    font-weight: bold;
}

.w-intro-text {
    margin-bottom: 1em;
}

tr.w-ki-section-start > td {
    padding-top: 2em !important;
    background-color: #d9edf7;
}

tr.w-ki-section-middle > td {
    border-top-width: 0px !important;
}

tr.w-ki-section-end > td {
    border-top-width: 0px !important;
    padding-bottom: 2em !important;
}

.w-filecomment {
    padding-left: 1em;
    padding-right: 1em;
}

.w-button-space-left {
    margin-left: .5em;
}

.w-small-grid {
    font-size: 90%;
}