﻿@media print {
    #menu {
        display: none;
    }

    #mainOuter > .banner {
        display: none;
    }

    .printButton {
        display: none;
    }
}

@media screen {
    #pageBody {
        width: 69%;
    }

    #footer {
        clear: both;
        width: 100%;
        text-align: center;
    }
}

.fadeInAndOut {
    opacity: 1;
    animation: fadeInOut 2s infinite alternate;
}


@keyframes fadeInOut {
    0%,100% {
        opacity: .7
    }

    50% {
        opacity: 1
    }
}

/* the above two Media queries are to solve a printing problem with the jtable grid*/

body {
    font-size: .7em;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #232323;
    background-color: #00f; /* development only */
    /*background-color: #ffffff;*/ /*508c - Steve Clements*/
    -ms-word-wrap: normal;
    word-wrap: normal;
    white-space: normal;
}

header, footer, nav, section {
    display: block;
}

#mainOuter #imgHeader {
    width: 767px;
    height: 94px;
    background: url('images/inter-header-banner.jpg');
    display: inline-block;
}

h1 {
    text-align: center;
}
/* Styles for basic forms
-----------------------------------------------------------*/

/* Style for collapsible directions */
.directionsText {
    font: bold 12px/22px "Segoe UI", Arial, sans-serif;
}

/*FileExport popup*/
.close {
    float: right;
    color: #f00;
    cursor: pointer;
    font-size: 14px;
}

#instruct-popup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #ffffcc;
    border: 2px solid #ccc;
    border-radius: 3px;
    color: #333333;
    display: none;
    font-size: 12px;
    left: 50%;
    margin-left: -340px;
    position: fixed;
    top: 45%;
    width: 600px;
    z-index: 2;
}

.editorarea h3 {
    margin: 0 auto;
    width: 11em;
}

.editorarea h4 {
    margin: 0 auto;
    width: 7em;
    font-style: italic;
}

.editorarea p {
    margin-bottom: 20px;
}

.editorarealong h3 {
    margin: 0 auto;
}
/*FileExport popup end*/

.ui-datepicker-trigger {
    background: url("images/calendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    height: 24px;
    line-height: 2px;
    width: 24px;
    color: #000;
}

/*Login*/
#login_out {
    width: 30em;
}

.login_wrap {
    margin: 0 auto;
    padding: 10px;
}

.login_head {
    margin-left: 22px;
}

.loginrow {
    height: 1.05em;
    margin: 0 auto;
}

.login_button {
    margin-left: 22px;
}

.loginrow .loginlabel {
    clear: both;
    display: inline-block;
    height: 1.05em;
    line-height: 1.4em;
    text-align: right;
    width: 7em;
}

.loginrow .loginfield {
    display: block;
    float: right;
    height: 1.05em;
}

.loginrow .editorlabel {
    clear: both;
    display: inline-block;
    height: 1.05em;
    line-height: 1.4em;
    text-align: right;
    width: 7em;
    font-size: 1.2em;
}

.loginrow .editorfield {
    display: block;
    height: 1.05em;
    float: right;
    width: 20px;
}

.loginarea {
    clear: both;
    display: block;
    overflow: visible;
    border: 0px solid;
    width: 100%;
    margin-left: -1em;
}

    .loginarea .editorlabel {
        width: 10%;
    }

    .loginarea .editorfield {
        display: block;
        height: 1.05em;
        float: left;
    }

    .loginarea .lowercenter-button {
        text-align: center;
        width: 90%;
        overflow: hidden;
    }

    .loginarea .logintitle {
        text-align: center;
        width: 95%;
        font-weight: bold;
    }

/*Login End*/

/*Warning Window Elements Start*/

.divWarnLeft {
    display: inline-block;
    width: 30%;
}

.divWarnCenter {
    text-align: center;
    display: inline-block;
    width: 30%;
}

.divWarnRight {
    float: right;
    text-align: right;
    width: 30%;
    margin-right: 20px;
}

.divWarning {
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: black;
    font-size: 1.2em;
}

#mainOuter.backgroundBlack, #mainBody.backgroundBlack, #footer.backgroundBlack, .banner.backgroundBlack, body.backgroundBlack {
    max-width: 100px;
}

.backgroundBlack {
    background-color: black;
    height: 100%;
    width: 100%;
    min-width: 75em;
}

#btnWarning {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Warning Window Elements End*/

.lblWarn {
    color: #ef0000;
    font-size: 1.85em;
}

.lblWarnTxt {
    font-size: 1em;
}

.page_title {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-right: 0.8em;
}

fieldset .subheading {
    font-size: 1rem;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 .2em .2em .2em;
    margin: 0 0 0 0;
    /*width: 90%;*/
    min-width: 75em;
    float: left;
}

legend {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

textarea {
    min-height: 75px;
    word-wrap: break-word; /* IE9 only respects word-wrap style if the value is 'break-word' */
}

.parent {
}

div {
    border-radius: 4px;
}

    div.editor {
        clear: both;
        display: block;
        position: relative;
        white-space: pre-line;
    }

    div.editorarealeft {
        clear: both;
        display: inline-block;
        white-space: pre-line;
    }

    div.editorarearight {
        float: left;
        display: block;
        white-space: pre-line;
        overflow: hidden;
    }

.editorarea, .editorarealong {
    clear: both;
    display: block;
    overflow: visible;
    border: 0px solid;
}

    .editorarea .header {
        border-bottom: 1px solid;
        padding-left: 1px;
        padding-right: 1px;
        width: 98%;
    }

.editorlabel {
    clear: both;
    display: inline-block;
    font-size: 1.2em;
    height: 1.05em;
    line-height: 1.4em;
    text-align: right;
    width: 11em;
    white-space: normal;
}

.editorfield {
    display: block;
    height: 1.05em;
    float: left;
}

    .editorfield.textarea {
        height: auto;
    }

.editorarealeft .editorfield, .editorarearight .editorfield {
    max-width: 20em;
}

.viewbox.parent {
    clear: both;
    display: block;
    line-height: 1.4em;
}

.viewbox.radiolabel {
    height: 100%;
    display: inline-block;
    text-align: right;
    width: 10.4em;
    font-size: 1.2em;
}

.viewbox.radiofield {
    height: 100%;
    display: block;
    border: 0;
    margin: 0;
    top: 0;
    padding: 0;
    font-size: 1.2em;
}

.lowerleft-button {
    clear: both;
    display: block;
}

.lowercenter-button {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.dropdown {
    max-width: 13em;
}

.editorarealong .dropdown {
    max-width: none;
}

input.readonly, .button.readonly, select.readonly {
    opacity: 1.0;
    color: rgb(84,84,84);
    background-color: #F8F8E7;
    border: 1px solid #D0D0B0;
    padding: 1px;
}

.label_textbox_append {
    float: right;
    padding: 1em .2em 1em 1em;
    line-height: 20px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
    clear: both;
    display: block;
}

textarea.validation-summary-errors {
    background: #FFE6E6;
    border-style: solid;
    border-color: #ff0000;
    border-width: 2px;
}

.validation-summary-valid {
    display: none;
}

#mainOuter {
    position: absolute;
    margin-left: auto;
    margin-top: auto;
    padding-top: 1em;
    min-width: 915px;
    background-color: #fff;
}

    #mainOuter div {
        padding-left: 1em;
        padding-bottom: 1em;
    }

#mainBody div {
    float: left;
    padding-top: 1em;
    padding-right: .2em;
    padding-bottom: 1em;
}

#innerBody {
    background-color: #EFECFC;
}

#banner {
    width: 100%;
    float: left;
}

#menu {
    background-color: #454d7c;
    color: #fff;
    width: 200px;
    min-height: 500px;
    font-size: 0.75rem;
    line-height: 1.5em;
}

    #menu a:visited {
        color: #fff;
    }

    #menu a {
        color: #fff;
    }

#mainBody > #menu > ul {
    padding-left: 0.75em;
}

select {
    min-width: 5em;
}

.selectedInd {
    background-color: #F1F1F1;
    width: 98%;
    max-width: 1120px;
    min-width: 840px;
}

a:link, a:visited, a:active {
    color: #000;
}

.report div.jtable-main-container table.jtable tbody > tr > td {
    font-weight: 600;
}

div.jtable-main-container {
    white-space: normal;
}

.jtable-bottom-panel {
    white-space: nowrap;
}

.button, input[type=button], input[type=submit] {
    background-color: #f3f3f3;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px;
    border-color: #999;
    border-style: solid;
    text-decoration: none;
    min-width: 8em;
    min-height: 1em;
    border-radius: 4px;
    font-size: 1.2em;
    margin-right: 5px;
}

.mfa-button {
    background-color: #f3f3f3;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px;
    border-color: #999;
    border-style: solid;
    text-decoration: none;
    min-width: 8em;
    min-height: 1em;
    border-radius: 4px;
    font-size: 1.2em;
    margin-right: 5px;
    width: 11em;
}

.hidden {
    display: none;
}

.unauthorized {
    display: none;
}

.requiredLabel {
    color: blue;
    font-weight: bold;
}

.sumAccord {
    width: 95%;
}

#help fieldset {
    min-width: 0px;
    width: auto;
}

input.allupper {
    text-transform: uppercase;
}

/* IE8, IE9 hack to prevent text clipping */
input.readonly.allupper {
    padding: 1px 2px;
}

.weak-password {
    border-radius: 3px;
    padding: 0.1em 1em;
    background-color: red;
    color: white;
    font-size: 1.3em;
    display: none;
}

.strong-password {
    border-radius: 3px;
    padding: 0.1em 1em;
    background-color: green;
    color: white;
    font-size: 1.3em;
    display: none;
}

/* jQuery UI overrides
	-----------------------------------------------------------*/

.ui-accordion .ui-accordion-content {
    width: 97.5%;
}

a.ui-state-default {
    min-width: 0;
}

#mainBody .ui-widget {
    font-size: 1em;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

    #mainBody .ui-widget legend {
        font-size: 1.4em;
    }

/* Overrides of global form CSS emitted by HTML helpers 
	-----------------------------------------------------------*/

#mainBody .wide-no-padding {
    width: 100%;
    padding: 0px;
}

.center-inline-child {
    width: 100%;
    text-align: center;
}

#searchResults div {
    float: none;
}

.sr-only {
    /*position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0,0,0,0); 
    border: 0;*/
}

/* Provider Summary - shared by the provider and coordinator versions of these pages */

#provider-summary .provider-summary-header {
    margin-right: -2px;
}

#provider-summary .provider-summary-grid-container {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

#provider-summary .provider-summary-fieldset {
    border: none;
    min-width: 99%;
}

#provider-summary .provider-summary-grid {
    padding: 0px;
    width: 100%;
}

#mainBody div.radiofield fieldset {
    min-width: 10em;
}

#mainBody div.radiofield legend {
    font-size: 1em;
    font-weight: normal;
    text-align: inherit;
}

#mainBody fieldset.fieldgrouping {
    min-width: 30em;
    float: none;
    border: 0;
}

    #mainBody fieldset.fieldgrouping > legend {
        font-size: 1rem;
        text-align: center;
    }

.viewbox-radio {
    clear: both;
}

    .viewbox-radio fieldset {
        border: 0;
    }

        .viewbox-radio fieldset legend span {
            text-align: right;
            width: 9.8em;
            display: inline-block;
        }

#mainBody div.radiobuttongroup {
    display: block;
    padding-left: 11.5em;
    margin-top: -1.9rem;
    float: none;
}

fieldset.fieldgrouping {
    min-width: 20em;
    float: none;
    border: 0;
}

    fieldset.fieldgrouping legend {
        font-size: 1rem;
    }

/* Provider Credential - shared by the provider and coordinator versions of these pages */

#providerCredentialReport {
    font-size: .9em;
    font-size: .9rem;
}

    #providerCredentialReport .subheading {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: .9em;
        font-size: .9rem;
    }

    #providerCredentialReport h3 {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }

    #providerCredentialReport label {
        line-height: .7em;
    }

    #providerCredentialReport div.jtable-main-container {
        font-size: .8em;
        font-size: .8rem;
    }

    #providerCredentialReport fieldset {
        min-width: 60em;
    }

    #providerCredentialReport .ui-widget {
        font-weight: bold;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        min-width: 60em;
        width: 60em;
    }

    #providerCredentialReport fieldset > div {
        min-width: -2em;
        width: -4em;
        min-width: -2rem;
        width: -4rem;
    }

.printButton {
    margin-top: .2em;
    margin-left: 50%;
}

.verifiedDataLabel {
    color: #BF0000;
}

.errorMessageLabel {
    color: #BF0000;
    font-weight: bold;
}

.notVerifiedHighlightingLabel {
    color: #BF0000;
    font-weight: bold;
}

.notSubmittedHighlightingLabel {
    color: purple;
    font-weight: bold;
}


div.jtable-main-container table.jtable tbody tr.notVerifiedHighlighting {
    background: #CC3344;
    font-weight: bold;
    color: #f1f1f1;
}

div.jtable-main-container table.jtable tbody tr.notSubmittedHighlighting {
    background: #9950a0;
    font-weight: bold;
    color: #f1f1f1;
}

table.jtable caption {
    background: url('../Scripts/jtable/themes/lightcolor/bg-thead.png') repeat-x scroll top left #dddddd;
    border: 1px solid #C8C8C8;
    line-height: 2em;
    vertical-align: middle;
    text-align: left;
    padding: 2px 10px;
    font-style: italic;
}

.no-wrap {
    white-space: nowrap;
}


