/*css for sticky header start ----- sushant 22-1-2015*/

#sticky.stick {
    position: fixed;
    top: 28%;
    z-index: 10000;
    border-radius: 0 0 0 0;
}

/*css for sticky header end ----- sushant 22-1-2015*/


body {
    /*font-size: .6em;*/
    font-family: Raleway ,Sans-Serif; color: #232323;
    background-color: #fff;
}

#container-epa {
    font-family: Sans-Serif;
}

.nav-weee {
    margin-left: -9px !important;
}

.search {
    font-size: 1.6em;
}

#header-epa-nav-weee {
    font-size: 1.35em;
    float: right;
    margin-top: 19.5px;
    text-align: right;
}

    #header-epa-nav-weee a {
        margin-left: 14.5px;
    }

        #header-epa-nav-weee a#hi-viz-style {
            font-weight: bold;
        }

#epaHeader {
    display: block;
    /*margin: 0 0 4em 0;*/
}

header,
footer,
nav,
section {
    display: block;
}

h2 {
    font-size: 3em;
    margin: 1em 0 1em 1em;
    color: #102F75;
    text-shadow: 0.1em 0.1em 0.1em #8496BF;
    margin-top: 0.2em;
    margin-bottom: 0;
}

h3 {
    font-size: 1em;
    color: #102F75;
    margin: 1em 0 1em 1em;
}

h4 {
    font-size: 0.86em;
    color: #000000;
    margin: 0.5em 0 0.4em 0em;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 200px;
    min-width: 500px;
}

    /*  Mod start by vgiri on 7/11/2012 for reducing text area height. New css class added */
    textarea.with4Lines {
        min-height: 80px;
        min-width: 500px;
    }
/*  Mod end by vgiri on 7/11/2012 for reducing text area height. New css class added */

textarea {
    min-height: 200px;
    min-width: 500px;
}


.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*
#tabs .ui-state-active {
    background-color: #ff0000;
    color: #ffffff;
}
*/



#tabContainer {
    width: 90%;
    margin: auto;
}

.questionBox {
    background-color: #f3f3f3;
    padding: 0 1.2em 1.2em 1.2em;
    border: 1px solid #a1a1a1;
    margin: 0 0 1.5em 0;
}

.errorBox {
    background-color: #F3F3F3;
    padding: 0 1.2em 1.2em 1.2em;
    border: 1px solid #a1a1a1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 93%;
}

.question {
    background-color: #b0c4de;
    padding: 1.1em 1.2em 1.1em 1.2em;
    margin: 0 0 1.4em 0;
    border: 1px solid Black;
}


.formLayout, .radio {
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    padding: 1em;
}



.smallLabel {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
}

.smallLabelBlock {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
}


.formLayout label, .formLayout input, .wideinput {
    display: block;
    width: 270px;
    float: left;
    margin-bottom: 10px;
}

.formLayout label {
    text-align: left;
    padding-right: 20px;
}

.radio label {
    display: block;
    float: left;
    /*width: 240px;*/
    margin-bottom: 10px;
    text-align: left;
    padding-right: 20px;
}


.formLayout textarea {
    width: 270px;
}

.category {
    display: block;
    width: 110px;
    float: left;
    margin-bottom: 10px;
}

.categoryDesc label {
    display: block;
    width: 450px;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    padding-right: 20px;
}

.widecell {
    width: 500px;
    text-align: left;
}


.wideTextArea {
    width: 800px;
    height: 80px;
    margin: 20px 0px 20px 0px;
}

.ErrorMessageTextArea {
    width: 90%;
    margin: 0px 0px 0px 0px;
    padding-left: 50px;
    text-align: left;
    color: Red;
    font-size: 1em;
    font-weight: bold;
    border: 1px;
    overflow: visible;
}

.notes {
    display: block;
    margin-left: 10px;
    float: left;
    text-align: left;
    padding-right: 0px;
    color: red;
    font-size: 0.75em;
    width: 320px;
}

.bluenotes {
    display: block;
    margin-left: 10px;
    float: left;
    text-align: left;
    padding-right: 0px;
    color: blue;
    font-size: 0.75em;
    width: 320px;
    font-style: italic;
}

.validation {
    display: block;
    margin-left: 560px;
    text-align: left;
    padding-right: 0px;
    color: red;
    font-size: 0.75em;
    width: 320px;
}

.boldnotes {
    display: inline;
    text-align: left;
    color: Red;
    font-size: 0.9em;
    font-weight: bold;
}


.checkbox {
    float: none;
    margin-left: 10px;
    margin-right: 20px;
}


p {
    margin: 10px 0px 20px 0px;
}

br {
    clear: left;
}



.center {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.right {
    float: right;
}


.saveButton {
    color: #444;
    display: block;
    font: normal 1.2em arial, sans-serif;
    height: 1.6em;
    width: 4em;
    margin: 1em 0.2em 0.5em 0.1em;
    float: left;
}

.marginOnLeft {
    margin-left: 50px;
}

.marginOnBothSide {
    margin-left: 10px;
    margin-right: 10px;
}


.bigMarginOnLeft {
    margin-left: 100px;
}

.paddingOnBothSide {
    padding-left: 20px;
    padding-right: 20px;
}


nav.main {
    text-align: center;
    padding: 1em;
}

.content {
    font-size: 1.1em;
    padding: 0.5em;
}

    .content th {
        width: 6em;
    }

    .content table {
        border: px solid #838B8B;
        border-collapse: collapse;
    }

        .content table th {
            border: 1px solid #838B8B;
            text-align: center;
        }

        .content table td {
            border: 1px solid #838B8B;
            text-align: center;
        }

/*  Mod start by vgiri on 8/11/2012 for removing table border from td & popup table. New css class added */
#noTableBorder {
    border: 0px solid #838B8B;
    text-align: left;
}

#noThBorder {
    border: 0px solid #838B8B;
    text-align: center;
}

#noTdBorder {
    border: 0px solid #838B8B;
    text-align: left;
}

#instructionText {
    border: 0px solid #838B8B;
    text-align: left;
    font-size: 14px;
}

#TdSpacing {
    font-size: 1px;
    border: 0px solid #838B8B;
    text-align: left;
}

#TdCentreAlign {
    border: 0px solid #838B8B;
    text-align: left;
}

.popup table {
    border: px solid #838B8B;
    border-collapse: collapse;
}

    .popup table th {
        border: 1px solid #838B8B;
        text-align: left;
    }

    .popup table td {
        border: 1px solid #838B8B;
        text-align: left;
    }

.disabledCntrl {
    background-color: #D3D3D3; /*lightgray */
    width: 140px;
}

.enabledCntrl {
    background-color: #ffffff;
    width: 140px;
}

.numericTextbox {
    background-color: #ffffff;
    width: 100px;
}

.dropdown {
    min-width: 140px;
}

.gridButton {
    color: #444;
    display: block;
    font: normal 1.2em arial, sans-serif;
    height: 1.6em;
    margin: 1em 0.2em 0.5em 0.1em;
    float: left;
}

.Q12padding {
    padding-left: 11px;
}

.Q15padding {
    padding-left: 11px;
}

.radioBtnVerticalGap {
    bottom: 3px;
    position: relative;
    padding-bottom: 7px;
}

.alignRadioBtnQ5 {
    display: inline;
    float: left;
    margin-left: 200px;
}

/*  Mod end by vgiri on 8/11/2012 for removing table border from td & popup table New css class added */

/*Submission selection Navigation --------------------------------------------------*/
.main ul {
    padding-left: 0;
    background-color: #006699;
    color: #FFF;
    font-family: Sans-Serif;
    font-size: 1.2em;
}

    .main ul li {
        display: inline;
    }

.main li a {
    min-height: 20px;
    padding: 5px 0px 0px 0px;
    background-color: #006699;
    color: #FFF;
    width: 180px;
    text-decoration: none;
    float: left;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

* html nav.main ul li a {
    height: 20px;
}

.main ul li a#middle {
    width: 250px;
}

.main ul li a#middle2 {
    width: 180px;
}

.main ul li a#last {
    width: 141px;
    border-right: 0px solid #fff;
}


.main ul li a:hover {
    background-color: #339999;
    color: #fff;
}

/*Submission selection Navigation --------------------------------------------------*/





.content {
    /*margin-top:95px;*/
    overflow: auto;
}

.floatingHeader {
    position: fixed;
    top: 0em;
    left: 0em;
    width: 100%;
    z-index: 2;
    background-color: White;
    margin-right: 17px;
}

.leftTitle {
    float: left;
    font-size: 1.8em;
    padding-left: 1em;
    padding-top: 0.2em;
    color: #006699;
}

.SaveWarning {
    position: relative;
    display: none;
    font-size: 1.3em;
    margin: 0em 0em 0em 20em;
    color: #ff0000;
}

.rightTitle {
    float: right;
}

#mainMenu {
    width: 725px;
}

#unclickableDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=70);
    display: none;
}

#ajaxLoader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -50px;
    width: 300px;
    height: 100px;
    border: 1px solid #333;
    background-color: #eee;
    z-index: 1001;
    padding-left: 30px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 1.6em;
    display: none;
}

.customHyperlink {
    color: Blue;
}

.tooltip {
    margin: 8px;
    padding: 8px;
    border: 1px solid black;
    background-color: white;
    position: absolute;
    z-index: 2;
    font-family: Sans-Serif;
    font-size: 1.1em;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #3185a9;
    border-color: #2b7595;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn, .btn:hover {
    border: none;
}


.additionalButtonFormating {
    width: 140px !important;
    height: 30px !important;
}

.menuButtonFormating {
    width: 80px !important;
    height: 30px !important;
}


.validateTabBorder {
    border: 2px solid red !important;
}

.validateQuestionRounder {
    background-color: red !important;
}

.roundValidator {
    float: left;
    margin-right: 10px !important;
    width: 15px !important;
    height: 15px !important;
    background-color: green;
    border-radius: 50% !important;
    behavior: url(PIE.htc) !important;
}

.validateCheckbox {
    outline: 2px solid #F00;
}



/* Addition CSS */
.legend {
    vertical-align: middle;
    border-style: solid;
    color: #292C29;
    border: 1px solid gray !important;
    border-color: #808080;
    border-radius: 3px;
}


.sectionHeading {
    font-size: 120%;
    color: #0062FF;
    font-weight: bold;
    /*margin: 0 5px 24px;*/
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.divGrid {
    overflow: scroll;
    height: 230px;
    overflow-x: auto;
}

.mainLayout {
    margin-left: 5%;
    margin-right: 5%;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

.gridHeader {
    background-color: #014891;
    /*text-indent: 5px;*/
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    height: 25px;
}

.tblrow {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0px;
}

.tblcolumn {
    display: table-cell;
}

.table {
    display: table;
}

.title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.theading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.trow {
    display: table-row;
}

.tcell {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border: solid;*/
    /*border-width: thin;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}

.table_border {
    border: none;
    background-color: transparent;
}

.textbox {
    border: 1px solid #6699CC;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

body {
    line-height: normal;
    background-repeat: repeat-y;
}

.radio input[type="radio"] {
    margin-left: 0px;
}

.radio label {
    margin-bottom: 0px;
}

[id*='radioEOArticle11Submitted'] {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent;
    border-style: none;
}

td, th {
    padding: 2px;
}


input[type='text'],select {
    min-width:300px;
}

.picklist {
height:auto;
text-align:left;
}

body > .k-animation-container
{
  text-align: left;
}

.leftLabel {
    vertical-align: middle; 
}

.descriptive {
    padding-top:35px;
}

.more_descriptive {
    padding-top:70px;
}

.more_descriptive2 {
    padding-top:160px;
}


table#Table5 tr td {border-style:none;}

/*.container {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
}*/
