html {
	height: 100%;
}

body {
    background-color: #EDEDED;
    color: inherit;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    height: 100%;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

input, textarea, select, checkbox {
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    color: #999999;
    font-family:'Arial Rounded MT';
    font-size: 12px;
    font-weight:normal;
}

    input:focus, textarea:focus, button:focus, section:focus, a:focus, checkbox:focus {
        display: inline-block;
    }

        a:hover, .button-container:hover {
            text-shadow: 1px 1px 3px #C9EAFF;
        }
    
.button-container {
    text-shadow: 1px 1px 1px #272634;
}

.button-container .add {
    color: #FFCC00;
}

.button-container .mod {
    color: #3F8FFD;
}

.button-container .del {
    color: #FF6600;
}

.button-container .print {
    color: #D409E2;
}

.button-container .export {
    color: #00D62E;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #FEFEFE;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.close {
    color: #AAA;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ewHeaderRow {
    background-color: #DEDEDE;
    color: #284775;
    display: block;
    clear: both;
    height: 85px;
}

/* Menu */
div.ewMenuBarVertical {
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 6px 0 0 6px;
	height: 20px;
}

div.ewMenuBarVertical span {
	 border-right: 1px solid #000;
	 padding-right: 10px;
	 padding-left: 5px;
}

div.ewMenuBarVertical ul,li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 6px;
}

.ewActivityBar {
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    background-color: #398ABE;
    display: block;
    clear: both;
    height: 70px;
    border: solid 1px #7A7A7A;
    margin: 10px 0px 20px 0px;
}

.ewActivityBarSmall {
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    background-color: #398ABE;
    display: block;
    clear: both;
    height: 30px;
    border: solid 1px #7A7A7A;
    margin: 10px 0px 20px 0px;
}

.ewActivityBarIcon {
    height:20px;
    width:20px;
    padding:10px;
    margin:5px;
}

.ewSiteTitle {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 5px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    float: left;
}

    .ewSiteTitleDark {
        font-family: inherit;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        word-spacing: 5px;
        color: #284775;
    }

.ewTitle {
    color:#FFF;
    font-family:inherit;
    font-size: 14px;
    font-weight: bold;
    margin-left:10px;
}

ewLoginPanel {
    display: block;
    clear: both;
    float: none;
    height: 50px;
    margin-top: 20px;
    color: #284775;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}

.ewBasicSearch {
    font-family: inherit;
    font-size: 13px;
    color: #FFF;
    display: block;
    clear: both;
    float: left;
    height: 30px;
}

.ewSearchOperator {
    font-family: inherit;
    font-size: 11px;
}

.ewRecordsCount {
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    float: right;
    vertical-align: middle;
    height: 30px;
}

.ewLayout {
	font-family: inherit;
	font-size: 12px; 
	width: 100%;
	height: 100%;
}



.ewContentTable {
    width: 100%;
    height: 100%;
    clear: both;
    height: 30px;
    background-color: #0C2944;
}

.ewMenuColumn {
	width: 180px;
	vertical-align: top;
	padding: 1px;
}

.ewContentColumn {
    background-color: inherit;
    vertical-align: top;
    padding: 10px;
}

.ewFooterRow {
    background-color: #A9A9A9;
    color: #FFFFFF;
    padding: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.ewFooterText {
    font-size: 11px;
    float: right;
    padding-right: 10px;
}

.ewFooterRowText {
    float:left; 
    margin-top:5px;
    margin-bottom:25px;
    display:block;
    color: #ff0000;
}
    .ewFooterRowText .big {
        font-size: Large;
        font-weight: bold;
        padding-right: 5px;
    }

.ewForm {
	margin: 0;
	padding: 0;
}

.ewHeaderRowText {
    float: left;
    margin-top: 0px;
    margin-bottom: 2px;
    display: block;
    color: #6D6D6D;
}

    .ewHeaderRowText .big {
        font-size: Large;
        font-weight: bold;
        padding-right: 5px;
    }


.ewGrid {
    border-collapse: separate;
    empty-cells: show;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: inline-table;
    clear: both;
    margin-bottom: 25px;
}

    .ewGrid td {
        font-family: inherit;
        font-size: inherit;
        color: #6D6D6D;
        padding: 3px;
    }

.ewGridHeader {
    color: #FFFFFF;
    font-family: inherit;
    font-size:14px;
    font-weight:normal;
    height: 35px;
    width: inherit;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}

    .ewGridHeader th {
        background-color: #398ABE;
        padding: 0px 5px 0px 5px;
    }

        .ewGridHeader th:nth-child(1) {
            border-radius: 5px 0px 0px 0px !important;
        }

        .ewGridHeader th:nth-last-child(1) {
            border-radius: 0px 5px 0px 0px !important;
        }


.ewGridFooter {
    font-family: inherit;
    font-size: 15px;
    font-weight:bold;
    height: 40px;
    width: inherit;
    text-align: left;
    vertical-align: middle;
    background-color:antiquewhite;
    border-bottom: 3px double Gray;
    border-top: 3px double Gray;
}

    .ewGridFooter td {
        color: #FF6600;
    }


.ewGridRow {
    height: 40px;
    vertical-align: top;
    padding-left: 5px;
    background-color: #FFFFFF;
}

    .ewGridRow:last-child {
        border-bottom:solid 1px #CFCFCF;
    }

.ewGridAltRow {
    height: 40px;
    vertical-align: top;
    padding-left: 5px;
    background-color: #F7F6F3;
}

    .ewGridAltRow:last-child {
        border-bottom: solid 1px #CFCFCF;
    }
    
.ewGridLowerPanel {
    border-top: 1px solid;
    border-bottom: 0px;
    border-color: #CFCFCF;
    vertical-align:middle;
}

    .ewGridUpperPanel td, .ewGridLowerPanel td {
        color: #284775;
        font-family: inherit;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.ewGridLowerPanel a {
        margin: auto 1%;
        border-radius: 50%;
        background-color: #fafafa;
        padding: 5px 10px 5px 10px;
        color: #6d6d6d;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

    .ewGridLowerPanel a:hover {
        background-color: #67b9ef;
        color: #000;
    }

    .ewGridLowerPanel span {
        color: #6d6d6d;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
    }

    .ewGridLowerPanel td {
        color: #6d6d6d !important;
    }

        .ewGridLowerPanel td span {
            background-color: none !important;
            color: #6d6d6d !important;
            -o-box-shadow: 0px 0px 0px #111;
            -moz-box-shadow: 0px 0px 0px #111;
            -webkit-box-shadow: 0px 0px 0px #111;
            box-shadow: 0px 0px 0px #111;
            border-radius: 0% !important;
            color: #6d6d6d !important;
            padding: 0px 5px 0px 5px !important;
        }






.ewGridEntry {
    border-collapse: separate;
    empty-cells: show;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: inline-table;
    clear: both;
    margin-bottom: 25px;
}

    .ewGridEntry td {
        font-family: inherit;
        font-size: inherit;
        color: #6D6D6D;
        padding: 3px;
    }

.ewGridEntryHeader {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    width: inherit;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}

    .ewGridEntryHeader th {
        background-color: #398ABE;
        padding: 0px 5px 0px 5px;
    }

        .ewGridEntryHeader th:nth-child(2) {
            border-radius: 5px 0px 0px 0px !important;
        }

        .ewGridEntryHeader th:nth-last-child(1) {
            border-radius: 0px 5px 0px 0px !important;
        }

.ewGridEntryRow {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    background-color: #FFFFFF;
}

    .ewGridEntryRow:last-child {
        border-bottom: solid 1px #CFCFCF;
    }

.ewGridEntryAltRow {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    background-color: #F7F6F3;
}

    .ewGridEntryAltRow:last-child {
        border-bottom: solid 1px #CFCFCF;
    }




.ewGridEntrySingleCol {
    border-collapse: separate;
    empty-cells: show;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: inline-table;
    clear: both;
    margin-bottom: 25px;
}

    .ewGridEntrySingleCol td {
        font-family: inherit;
        font-size: inherit;
        color: #6D6D6D;
        padding: 3px;
    }

.ewGridEntrySingleColHeader {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    width: inherit;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}

    .ewGridEntrySingleColHeader th {
        background-color: #398ABE;
        padding: 0px 5px 0px 5px;
    }

        .ewGridEntrySingleColHeader th:nth-last-child(1) {
            border-radius: 5px 5px 0px 0px !important;
        }

.ewGridEntrySingleColRow {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    background-color: #FFFFFF;
}

    .ewGridEntrySingleColRow:last-child {
        border-bottom: solid 1px #CFCFCF;
    }

.ewGridEntrySingleColAltRow {
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
    background-color: #F7F6F3;
}

    .ewGridEntrySingleColAltRow:last-child {
        border-bottom: solid 1px #CFCFCF;
    }






.ewReport {
    border-collapse: separate;
    empty-cells: show;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: inline-table;
    clear: both;
    margin-bottom: 25px;
}

    .ewReport td {
        font-family: inherit;
        font-size: inherit;
        color: #6D6D6D;
        padding: 3px;
    }


.ewReportHeader {
    background-color: #398ABE;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    height: 35px;
    width: inherit;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}

    .ewReportHeader th {
        border-radius: 0px 0px 0px 0px !important;
        padding: 0px 5px 0px 5px;
        font-weight: normal;
    }

        .ewReportHeader th:first-child {
            border-radius: 5px 0px 0px 0px !important;
        }

        .ewReportHeader th:last-child {
            border-radius: 0px 5px 0px 0px !important;
        }

.ewReportRow {
    background-color: #FFFFFF;
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
}

.ewReportAltRow {
    background-color: #F7F6F3;
    color: inherit;
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
}

.ewReportLowerPanel a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #6d6d6d;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .ewReportLowerPanel a:hover {
        background-color: #67b9ef;
        color: #000;
    }

.ewReportLowerPanel span {
    color: #6d6d6d;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}

.ewReportLowerPanel td {
    color: #6d6d6d !important;
}

    .ewReportLowerPanel td span {
        background-color: none !important;
        color: #6d6d6d !important;
        -o-box-shadow: 0px 0px 0px #111;
        -moz-box-shadow: 0px 0px 0px #111;
        -webkit-box-shadow: 0px 0px 0px #111;
        box-shadow: 0px 0px 0px #111;
        border-radius: 0% !important;
        color: #6d6d6d !important;
        padding: 0px 5px 0px 5px !important;
    }

.ewDisplayNone {
	display: none;
}

.ewNoBorderBottom {
	border-bottom: 0px;
}

.ewNoBorderTop {
	border-top: 0px;
}

.ewPager td {
	white-space: nowrap;	
}

.ewTabContent {
	padding: 0;
	border: 0;
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 10px;
}

.ewItemList {
	display: inline-table;
}

.ewTable {
    background-color: #EDEDED;
    empty-cells: show;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: inline-table;
    clear: both;
    margin-bottom: 25px;
}

    .ewTable emptydatatemplate {
        background: #ededed;
        padding: 0;
        margin: 0;
        border: solid 1px red;
    }

    .ewTable td:first-child {
        color: #000;
        height: 50px;
    }

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewTable td {
    font-family: inherit;
    font-size: inherit;
    color: #6D6D6D;
    padding: 3px;
    height:25px;
}

.ewTableHeader {
    background-color: #398ABE;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    height: 35px;
    width: inherit;
    font-family: inherit;
    font-size:14px;
    padding-left: 5px;
}

.ewTableHeader th {
    font-size: 12px;
    font-weight: normal;
}

    .ewTableHeader .thException {
        border-radius: 0px 0px 0px 0px;
        padding: 0px 0px 0px 5px;
    }

    /*.ewTableHeader th:nth-child(1), th:nth-child(2) {
        border-radius: 5px 0px 0px 0px;
        padding: 0px 0px 0px 5px;
    }*/

    .ewTableHeader th:nth-child(2) {
        border-radius: 5px 0px 0px 0px;
        padding: 0px 0px 0px 5px;
    }
    .ewTableHeader th:nth-child(1) {
        border-radius: 5px 0px 0px 0px;
        padding: 0px 0px 0px 5px;
    }

.ewTableHeader th:nth-last-child(1) {
    border-radius: 0px 5px 0px 0px;
}

    .ewPointer {
        cursor: pointer;
    }

.ewTableRow {
	background-color: #FFFFFF; 
    height:40px;
    vertical-align:middle;
    padding-left:5px;
}

.ewTableAltRow {
    background-color: #F7F6F3;
    color: inherit;
    height: 40px;
    vertical-align: middle;
    padding-left: 5px;
}


.ewTable td.ewTableLastCol {
    border-right: 0px;
}

.ewTable .ewTableLastRow {
    border-bottom: 0px;
    padding: 5px;
    background-color:#fff;
}

.ewTable td:first-child {
    background-color: #398abe;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    width: 20%;
}

.ewTable .tdException {
    background-color: inherit !important;
    color: #9b9b9b !important;
}

.ewTable .tdException td {
    background-color: inherit !important;
    color: #9b9b9b !important;
    padding: 0 !important;
    height: 20px !important;
}

.ewTableEditHeader {
    background-color: #398ABE;
    color: #FFFFFF;
    font-family:inherit;
    font-size: 12px;
    font-weight: normal;
    width:20%;
}

.ewTableHighlightRow {
	background-color: #FFFFCC;
	color: inherit;
}

.ewTableSelectRow {
	background-color: #8D8D8D;
	color: #FFFFFF;
}

.ewTableFooter {
	background-color: #EAEAEA;
	color: inherit;
}

.ewExportOption {
	padding-right: 10px;
	font-size: 11px; 
}

.ewMultiColumnListOption {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ewListOptionBody2 {
	padding-right: 4px;
} 


.ewExportTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-family: inherit;
	font-size: 11px;
}

.ewExportTable td {
	padding: 3px;
	border-bottom: 0px solid;
	border-top: 0px solid;
	border-left: 1px solid; 
	border-right: 1px solid;
	border-color: #CFCFCF;  
}

.ewExportTable .ewTableHeader, .ewExportTableHeader td {
	background-color: #40546A;
	color: #FFFFFF; 
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #9F9F9F;
	vertical-align: top; 		
}

.ewExportTableRow td {
	background-color: #FFFFFF; 
	color: inherit;
}

.ewExportTableAltRow td {
	background-color: #F7F6F3; 
	color: inherit;	
}

.ewExportTableFooter td {
	background-color: #EAEAEA; 
	color: inherit;
}


.ewRow {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ewRow .ewCell {
	padding-right: 10px;
}

.ewItemTable td {
	color: inherit; 
	font-family: inherit;
	font-size: 11px;
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewSeparator {
    color: gray;
}


.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

.ewRequired {
	color: red;
	font-family: inherit;
	font-size: inherit;
    margin-left:5px;
}


.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

.ewTemplate {
	display: none;
}


.ewBottomPanel {
    display: block;
    margin-bottom: 40px;
    height: 40px;
}

    .ewBottomPanel .button-save {
        float: right;
        color: #fff;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-decoration: none;
        padding: 8px 15px;
        margin: 5px 5px;
        border-radius: 5px;
        background-color: #2e8b57;
        border: solid 1px #007c66;
        /* webkit-box-shadow: 0px 1px 1px #999999; */
        -moz-box-shadow: 0px 1px 1px #999999;
        box-shadow: 0px 1px 1px #999999;
    }

    .ewBottomPanel .button-change {
        float: right;
        color: #fff;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-decoration: none;
        padding: 8px 15px;
        margin: 5px 5px;
        border-radius: 5px;
        background-color: #ffc700;
        border: solid 1px #edbd00;
        /* webkit-box-shadow: 0px 1px 1px #999999; */
        -moz-box-shadow: 0px 1px 1px #999999;
        box-shadow: 0px 1px 1px #999999;
    }

    .ewBottomPanel .button-print {
        float: right;
        color: #fff;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-decoration: none;
        padding: 8px 15px;
        margin: 5px 5px;
        border-radius: 5px;
        background-color: #007ccc;
        border: solid 1px #007c66;
        /* webkit-box-shadow: 0px 1px 1px #999999; */
        -moz-box-shadow: 0px 1px 1px #999999;
        box-shadow: 0px 1px 1px #999999;
    }

    .ewBottomPanel .button-cancel {
        float: right;
        color: #9F9F9F;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-decoration: none;
        padding: 8px 15px;
        margin: 5px 5px;
        border-radius: 5px;
        background-color: #fff;
        border: solid 1px #CFCFCF;
        /* webkit-box-shadow: 0px 1px 1px #999999; */
        -moz-box-shadow: 0px 1px 1px #999999;
        box-shadow: 0px 1px 1px #999999;
    }

    .ewBottomPanel .button-save:hover, .button-print:hover, .button-cancel:hover {
        /* webkit-box-shadow: 0px 3px 3px #c9eaff; */
        -moz-box-shadow: 0px 3px 3px #c9eaff;
        box-shadow: 0px 3px 3px #c9eaff;
        text-shadow: 1px 1px 3px #c9eaff;
    }

.ewUnmatched {
    background: #FF9F9F;
}

.ewScrollableTable {
	*overflow-y: auto;
}

.ewScrollableTable thead tr {
	position: relative;
}

.ewScrollableTable .ewScrollableTableHeader {
	overflow: hidden;
	position: relative;
}

.ewLangForm {
    text-align: right;
}

.ewReadOnlyTextArea {
	padding-bottom: 5px;
	padding-right: 5px;
}

.ewReadOnlyTextAreaData {
	overflow: auto;
	height: 100%;
	width: 100%;
}

.ewCalendar {
	vertical-align: middle;
}

.ewTableTitle {
	font-weight: bold;
	/* border-padding: 10px; */
	line-height:20px;
}

#dvMessage {
    display: inline-block;
    float: none;
    margin:0px 20px 0px 20px;
    align-content:center;
    align-items:center;
}

    #dvMessage .info, .success, .warning, .error, .validation {
        border-radius: 5px;
        border: 1px solid;
        margin: 5px 0px;
        padding: 6px 10px 6px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        text-align: left;
        box-shadow: 0 1px 1px 1px hsl(0, 0%, 60%), inset 0px 0px 0px 0px hsl(0, 0%, 2%);
    }
    #dvMessage .info {
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url('../Image/ic_info.png');
    }
    #dvMessage .success {
        color: #4F8A10;
        background-color: #DFF2BF;
        background-image: url('../Image/ic_success.png');
    }
    #dvMessage .warning {
        color: #9F6000;
        background-color: #FEEFB3;
        background-image: url('../Image/ic_warning.png');
    }
    #dvMessage .error {
        color: #D8000C;
        background-color: #FFBABA;
        background-image: url('../Image/ic_error.png');
    }

.hide 
{
	display:none;
}

.autocomplete_completionListElement 
{  
	padding: 0px!important;
	margin: 0px!important;
	background-color: #fff;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
	cursor: default;
	overflow: auto;
	height: 200px;
    text-align: left; 
    list-style-type: none;
    z-index: 100009 !important;
}

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    z-index: 100009 !important;
}

.autocomplete_highlightedListItem
{
	background-color: #008cfc;
	color: #fff;
	padding:unset;
	z-index: 100009 !important;
}


