﻿

.highlight {
    background-color: #CCCCCC;
}

.imgarrow {
background-image: url("/Images/igdd_DropDownButton.png");
background-repeat: no-repeat;
background-position: right;
}
@media (min-width:1900px) {
    #divforcustomfields

{
    right: 10%!important;
}

}

::-webkit-scrollbar {
    /*width: 8px;*/
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

.welcomemsg {
    float: left;
    font-size: 10px;
    padding-left: 30px;
    font-weight: bold;
    color: #025123;
    clear: left;
    margin-top: 20px;
    font-family: 'Arial';
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Sans Serif;
    font-size: 10px;
    /*background-color: #B2B2B2;*/
    background-color:#fff!important;
}

.actNumber {
    width: 46px;
    border: 1px solid #C9C5C5;
}

.Legendcolor {
    font-weight: bold;
}

.main-table {
    width: 100%; /*1366px*/
    /*min-height: 650px;*/
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px none;
    background-color: #FFF;
}




/*table, td
{
    border: 1px solid black !important;
}*/



button {
    height: 22px;
    font-size: 10px;
    text-transform: capitalize;
    background-color: #004100;
    text-align: center;
    color: #FFFFFF;
    /*border: 0px;*/
    border: 1px ridge #004100 !important;
    min-width: 90px;
}
    /*commented for recipient*/
    /*th
{
    height: 22px;
    font-size: 11px;
    text-transform: capitalize;
    background-color: #004100;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    min-width: 90px;
}*/

    button:hover {
        /*height: 22px;
        font-size: 10px;*/
        /*text-transform: capitalize;
        background-color: #F4CC2B;
        text-align: center;
        color: #004100;
        border: 1px ridge #004100!important;*/
        /*min-width: 90px;*/
    }

    button btnlilnkuploadfile1:hover 
    {

        color: blue !important;
    }


    button:disabled {
        height: 22px;
        font-size: 10px;
        text-transform: capitalize;
        background-color: #004100;
        text-align: center;
        color: black;
        border: 0px;
        min-width: 90px;
    }

    button:disabled:hover {
        height: 22px;
        font-size: 12px;
        text-transform: capitalize;
        background-color: #004100;
        text-align: center;
        color: black !important;
        border: 0px;
        min-width: 90px;
    }

.enabled {
    color: #FFFFFF;
}

.disabled {
    color: black!important;
    background-color: #004100!important;
}
.disabled:hover {
    color: black!important;
    background-color: #004100!important;
}

.IsApplicable {
    background-color: darkorange!important;
    color: #004100!important;

}

.IsApplicable:hover
{
    background: #F4CC2B !important;
    height: 22px !important;
    color: #004100 !important;
    border: 1px ridge #004100 !important;
    min-width: 90px !important;
}
.NotApplicable {
    background-color: #004100;
    color: #FFFFFF;
}

.button {
    height: 22px;
    font-size: 10px;
    text-transform: capitalize;
    background-color: #004100;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    min-width: 90px;
    cursor: pointer;
}

    .button:hover {
        height: 22px;
        font-size: 10px;
        text-transform: capitalize;
        background-color: #F4CC2B;
        text-align: center;
        color: #004100;
        border: 1px ridge #004100;
        min-width: 90px;
    }

    .button:disabled {
        height: 22px;
        font-size: 10px;
        text-transform: capitalize;
        background-color: #004100;
        text-align: center;
        color: black;
        border: 0px;
        min-width: 90px;
    }

.text-bold {
    font-weight: bold;
}

.toplogo {
    float: right;
    margin-right: 50px;
}

.participantOuter {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.NoOuter {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.outerEnterTimesheet {
    width: 810px;
    padding: 0px 0px 0px 10px;
    margin: auto;
}

.tblBorder {
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    margin-top: 2px;
}

.providerborder {
    background: none repeat scroll 0% 0% #004000;
    height: 24px;
    border-bottom: 6px solid #F4CC2B;
}

.topMenu {
    font-size: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: right;
    background-color: #ffd105;
    color: #fff;
    font-weight: bold;
}

    .topMenu ul {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

        .topMenu ul li {
            float: right;
            border-left: 1px solid #fff;
            padding: 5px 10px 5px 15px;
            list-style: none;
        }

            .topMenu ul li a {
                text-align: right;
                color: #000;
                text-decoration: none;
                padding: 0 0 0 0px;
                font-family: Arial;
                font-size: 11px;
            }

                .topMenu ul li a:hover {
                    color: #fff;
                }

.topOuter {
    width: 100%;
    margin-bottom: 0px;
    background: none repeat scroll 0% 0% #025123;
    border-bottom: 6px solid #FFD32A;
    height: 25px;
}

.innerouter {
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px auto;
}

.band-green {
    background: #004100;
    height: 31px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.band-yellow {
    background-color: #FFD105;
    height: 5px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.topleftbutton {
    clear: both;
    font-size: 12px;
    background-image: url(../Images/eventbutton-hover.gif);
    width: 114px;
    background-repeat: no-repeat;
    height: 24px;
    text-align: center;
    float: left;
    vertical-align: middle;
    line-height: 24px;
}

.toprightbutton {
    float: right;
    margin: 0px;
    padding: 0px;
    height: 24px;
    margin-right: 0px;
    width: 181px;
}

.listarea {
    height: 16px;
    text-align: left;
    /*text-align :right;*/
}

.igdd_DropDownButton {
    width: 17px;
    z-index: 9999;
}

.FilterLeft2 {
    font-size: 10px;
    text-align: left;
    padding: 0px 2px 1px 4px;
    line-height: 28px;
    height: 18px;
    width: 100px;
}

.FilterRight2 {
    font-size: 10px;
    text-align: right;
    padding-top: 6px;
    height: 22px;
    width: 120px;
}

.FilterLeft {
    font-size: 10px;
    text-align: left;
    padding: 0px 2px 1px 4px;
}

.FilterLeftChkBox {
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 8px 4px;
}

.FilterLeft1 {
    font-size: 10px;
    text-align: left;
    padding: 2px 2px 1px 4px;
}

lbl {
    display: block;
    /*padding-left: 15px;
    text-indent: -15px;*/
    background-color: #004100;
    color: White;
    font-size: 12px;
}

chkbx {
    /*width: 13px;
    height:  100%;*/
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.cmbheader {
    text-align: left;
    vertical-align: middle;
    width: 100%;
    background-color: #004100;
    color: White;
    /*font-family: Microsoft Sans Serif;*/
    font-size: 10px;
    height: 20px;
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    border: 0px none;
    background-image: none;
    float: left;
    padding: 5px 5px 0px 5px;
    cursor: default;
    position: relative;
    outline: 0px none;
}

.cmbfirstcell {
    width: 30px;
    margin-left: 5px;
    height: 8px;
    font-family: Microsoft Sans Serif;
    font-size: 11px;
}

.grindot {
    padding: 0px 2px 0px 2px;
    color: #004100;
    font-size: 15px;
}

.grindot1 {
    color: #004100;
    font-size: 15px;
    vertical-align: middle;
}

.TopcolorYellow {
    background-color: #FFD105;
    height: 5px;
    width: 100%;
}
/*.PageLink {
    padding: 0px 0px 0px 30px;
    font-size: 12px;
    color: #00F;
    height: 24px;
    text-align: right;
    line-height: 24px;
    position: relative;
    border: 15px none;
    border-spacing: 10px;
    width: 22px;
}*/
.igg_Pager {
    background-color: #FFF;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    text-align: justify;
    /*border-top: 1px solid #C4C4C4;*/
}

a:link {
    padding-right: 5px;
    color: #000;
    cursor: pointer;
}

a:active {
    color: black;
    text-decoration: none;
    cursor: default;
}

a:visited {
    color: #000;
    /*text-decoration:none;
     cursor:pointer;*/
}

.FilterRight2ForRec {
    font-size: 12px;
    text-align: left;
    height: 18px;
    width: 100px;
    font-family: Arial;
    font-weight: bold;
}




.FilterRight2ForRec1 {
    font-size: 12px;
    /*text-align: left;
    height: 18px;
    width: 100px;*/
    font-family: Arial;
    /*font-weight:bold;*/
    vertical-align:middle;
}





.TabLeft {
    width: 140px;
    height: 20px;
    border: 1px solid #C9C5C5;
    float: left;
    position: static;
}

.HeaderFont {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.HeaderFont1 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.TableFont {
    font-family: Arial;
    font-size: 12px;
}

.DataRowFont {
    /*font-family :'Segoe UI',Arial,sans-serif,;*/
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    vertical-align: middle;
}

.DataRowFont1 {
    font-family: 'Segoe UI',Arial,sans-serif,;
    font-size: 11px;
    text-align: center;
}

.tblRowBorder td {
    border: 1px solid #E4E4E4;
    height: 15px;
}

/*.tblRowBorder1 td
{
	border: 1px solid #E4E4E4;
    height:18px;
    text-align:center;
}*/
.tblex_aInactive {
    text-align: center;
}

.html_childheader1 {
    background-color: #EFC31A;
    color: black;
    height: 25px;
}

.html_parentheader1 {
    background-color: #004100;
    color: white;
    height: 25px;
}

/*commented for recipient*/
/*span.ui-iggrid-headertext
{
    color: White;
}*/


/*.ui-iggrid th.ui-state-hover{background:transparent;}*/

/* added for recipient */
table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: black;
}

table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: Black;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: Black;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}




th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

.ui-iggrid th.ui-state-hover {
    background: #004100;
    border-color: #004100;
}

th.ui-iggrid-header th.ui-state-hover {
    background: #004100;
    border-color: #004100;
}

th.ui-iggrid-header .ui-widget-header .ui-iggrid-sortableheader .ui-state-default .ui-iggrid-headercell-featureenabled .ui-iggrid-sortableheadehover .ui-state-hover {
    background: #004100;
    border-color: #004100;
}

table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

.application-font-color {
    color: #e41f26;
}

.successimg {
    background: url(../images/success-small.png) no-repeat scroll 0 0 transparent;
    min-height: 33px;
    height: auto;
    padding: 0 0 0 51px;
}

.errorimg {
    background: url("../images/error-small.png") no-repeat scroll 0 0 transparent;
    min-height: 33px;
    height: auto;
    padding: 0 0 0 51px;
}

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .tab a {
        font-size: 14px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
    }

        .tab a:hover {
            text-decoration: underline;
        }

    .tab.active {
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #666;
    }

    .tab a.active {
        font-weight: bold;
    }

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}


/*Added By : Kailas*/
.red {
    color: red;
}

span.red {
    float: right;
    width: 0px;
    padding: 8px 7px 0px 0px;
}

.searchFirstCol {
    padding-top: 3px !important;
    width: 120px;
    text-align: right;
}

.textInput {
    width: 200px;
    margin-bottom: 0px;
}

.searchTypes td {
    height: 40px;
    padding: 0 2px 2px;
    vertical-align: top;
}

.NoHeight td {
    height: 0px;
}

.gridHeading {
    text-align: center;
}

    .gridHeading span {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #E60707;
    /*font-weight: bold;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #E60707;
    background-color: #FFD3D3;
    padding: 2px 1px;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #E60707;
    /*font-weight: bold;*/
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

table:th {
    height: 22px;
    font-size: 10px;
    text-transform: capitalize;
    background-color: #004100;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    min-width: 90px;
}

.listGrid {
    width: 1900px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .listGrid {
        width: 1330px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1152px) {
    .listGrid {
        width: 1330px;
        overflow: hidden;
    }
}

.topmenu {
    font-family: Arial;
    font-size: 11px;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: right;
    background-color: #FFD105;
    color: #025123;
    font-weight: bold;
}

.topmenuul {
    margin: 0px;
    padding: 0px;
}

.topmenuulli {
    float: right;
    border-left: 1px solid #FFF;
    padding: 6px 10px 5px 15px;
    list-style: outside none none;
}

.topmenuullia {
    text-align: right;
    color: #2f2f2f;
    text-decoration: none;
    padding: 0 0 0 0;
}










.TabLeft {
    width: 140px;
    height: 20px;
    border: 1px solid #C9C5C5;
    float: left;
    position: static;
}

/*.HeaderFont {
    font-family: Arial;
    font-size: 12px;
   font-weight:bold;
    text-align:center;
}*/

.TableFont {
    font-family: Arial;
    font-size: 12px;
}

/*.DataRowFont {
    font-family: 'Segoe UI',Arial,sans-serif,;
    font-size: 11px;
}*/

.tblRowBorder td {
    border: 1px solid #E4E4E4;
    height: 15px;
}

.tblex_aInactive {
    text-align: center;
}

.html_childheader1 {
    background-color: #EFC31A;
    color: black;
    height: 25px;
}

.html_parentheader1 {
    background-color: #004100;
    color: white;
    height: 25px;
}

/*commented for recipient*/
/*span.ui-iggrid-headertext
{
    color: White;
}*/


/*.ui-iggrid th.ui-state-hover{background:transparent;}*/

/* added for recipient */
table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: black;
}

table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: Black;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: Black;
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] span.ui-iggrid-headertext {
    color: White;
}




th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

.ui-iggrid th.ui-state-hover {
    background: #004100;
    border-color: #004100;
}

th.ui-iggrid-header th.ui-state-hover {
    background: #004100;
    border-color: #004100;
}

th.ui-iggrid-header .ui-widget-header .ui-iggrid-sortableheader .ui-state-default .ui-iggrid-headercell-featureenabled .ui-iggrid-sortableheadehover .ui-state-hover {
    background: #004100;
    border-color: #004100;
}

table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #004100;
    border-color: #004100; /*added for recipient*/
}

table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] table[data-childgrid='true'] th.ui-iggrid-header.ui-state-hover {
    background: #FFD105;
    color: Black;
    border-color: #FFD105; /*added for recipient*/
}

.application-font-color {
    color: #e41f26;
}

.successimg {
    background: url(../images/success-small.png) no-repeat scroll 0 0 transparent;
    min-height: 33px;
    height: auto;
    padding: 0 0 0 51px;
}

.errorimg {
    background: url("../images/error-small.png") no-repeat scroll 0 0 transparent;
    min-height: 33px;
    height: auto;
    padding: 0 0 0 51px;
}

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .tab a {
        font-size: 14px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
    }

        .tab a:hover {
            text-decoration: underline;
        }

    .tab.active {
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #666;
    }

    .tab a.active {
        font-weight: bold;
    }

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}


/*Added By : Kailas*/
.red {
    color: red;
}

span.red {
    float: right;
    width: 0px;
    padding: 8px 7px 0px 0px;
}

.searchFirstCol {
    padding-top: 3px !important;
    width: 120px;
    text-align: right;
}

.textInput {
    width: 200px;
    margin-bottom: 0px;
}

.searchTypes td {
    height: 40px;
    padding: 0 2px 2px;
    vertical-align: top;
}

.NoHeight td {
    height: 0px;
}

.gridHeading {
    text-align: center;
}

    .gridHeading span {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #E60707;
    /*font-weight: bold;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #E60707;
    background-color: #FFD3D3;
    padding: 2px 1px;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #E60707;
    /*font-weight: bold;*/
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

table:th {
    height: 22px;
    font-size: 10px;
    text-transform: capitalize;
    background-color: #004100;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    min-width: 90px;
}

.listGrid {
    width: 1900px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .listGrid {
        width: 1330px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1152px) {
    .listGrid {
        width: 1330px;
        overflow: hidden;
    }
}

.topmenu {
    font-family: Arial;
    font-size: 11px;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: right;
    background-color: #FFD105;
    color: #025123;
    font-weight: bold;
}

.topmenuul {
    margin: 0px;
    padding: 0px;
}

.topmenuulli {
    float: right;
    border-left: 1px solid #FFF;
    padding: 6px 10px 5px 15px;
    list-style: outside none none;
}

.topmenuullia {
    text-align: right;
    color: #2f2f2f;
    text-decoration: none;
    padding: 0 0 0 0;
}
