@font-face {
    font-family: "Shruti";
    src: url(./fonts/1152845619.eot);
    src: url(./fonts/1152845619.eot?#iefix) format('embedded-opentype'), url(./fonts/SHRUTI.TTF) format('truetype');
}

/*
@font-face {
    font-family: "Futura MD BT";
    src: url(./fonts/7189740448.eot);
    src: url(./fonts/7189740448.eot?#iefix) format('embedded-opentype'), url(./fonts/7189740448.ttf) format('truetype');
}
*/

#loginCombo {
    display: none;
}

#loginForm {
    height: 100%;
    width: 1366px;
    margin: 0 auto;
    position: relative;
}

.msgWrapper {
    margin-bottom: 15px;
    overflow: auto;
    padding: 5px 14px 5px 5px;
    border-radius: 3px;
    height: 24px;
}

.msgWrapper.isHidden {
    visibility: hidden;
}

#errLbl {
    font-size: 13px;
    display: inline-block;
    float: left;
}

.closeErrLbl {
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
}

.customCombo > li {
    cursor: pointer;
    height: 20px;
    padding: 10px;
}

.listGrid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    padding-left: 10px;
}

/*classes for lsTabPanel*/

.lsTabPanel table, .tab table {
    filter: none;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    border-radius: 0;
    line-height: 28px;
}

.lsTabPanelSelected table, .tabSelected table {
    border-radius: 0;
    font-weight: normal;
}

.lsTabPanelHeaderContainer, .tabHeaderContainer {
    height: 28px;
    padding: 0 4px;
}

.lsTabPanelIcon, .lsTabPanelClose, .tabIcon, .tabClose {
    padding: 0 4px;
}

.lsTabPanelTitle, .tabTitle {
    height: 24px;
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    /*padding-left: 4px;*/
    /*padding-right: 4px;*/
    color: inherit;
    /*text-shadow: 1px 1px 0 #c0c0c0;*/
}

.lsTabPanelSlider, .tabSlider {
    display: none;
}

.lsTabPanelHidden, .tabHidden {
    position: absolute !important;
    left: -9999999999px;
    visibility: hidden;
    top: 0;
}

/*targets the row of tabs*/
table[id^='TabPanelH'] > tbody > tr:first-child > td {
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
}

.lsTabPanelSep, .tabSep {
    display: none;
}

.lsTabPanelSep:last-child, .tabSep:last-child {
    display: inherit;
}

/*classes for tab panel ends*/

[id^="HPanel"], [id^="VPanel"] {
    /*background-color: white !important;*/
}

.panelTitle {
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

body {
    font-family: 'Shruti', Segoe UI, Verdana, Helvetica, Trebuchet MS, Arial, sans-serif !important;
}

* {
    font-family: inherit !important;
    font-size: inherit !important;
}

.mainHPanel > table > tbody > tr > td {
    padding-top: 10px;
}

.welcomeToolBar {
    padding-left: 15px;
    padding-right: 15px;
}

.headerToolBar {
    padding-right: 15px;
    height: 65px;
}

.addOnIcon {
    -moz-box-sizing: border-box;
    /*display: block !important;*/
    /*padding: 18px 10px;*/
}

.appToolsIcon {
    -moz-box-sizing: border-box;
    display: block !important;
    padding: 5px 5px;
}

.addOnIcon + .addOnIcon {
    display: none !important;
}

.addOnIcon > img {
    width: auto;
    height: auto;
}

.appToolsIcon + .appToolsIcon {
    display: none !important;
}

.appToolsIcon > img {
    width: auto;
    height: auto;
}

/* targets the td which contains the links in the headerToolBar */
.headerToolBar td:not([id]) > table[id$='_main'][id^='LinkH_'] > tbody > tr > td {
    vertical-align: middle !important;
}

.welcomeToolBar img {
    margin-top: 10px !important;
}

.welcomeImg {
    margin-top: 9px !important;
}

.panel#FormH_MAIN > table[id$='_main'] > tbody > tr > td > div[id^='FormH'] > div[id^='VPanel'], .layoutNewContainer > div[id^='VPanel'] {
    /*margin-left: -640px !important;*/
    position: relative !important;
    margin: 0 auto;
}

.layoutNewContainer > div[id^='VPanel']:nth-child(2) {
    position: absolute !important;
    box-shadow: 0 0 8px gray;
}

/*Classes for accordion */
.accordion_level_1, .accordion_level_2, .accordion_leafNode, .accordion_level_0, .accordionSelected_leafNode {
    text-align: left !important;
    font-size: 13px;
    font-family: inherit;
    border-left: none !important;
    border-right: none !important;
    margin-top: 2px;
    height: auto !important;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}

.accordion_level_1, .accordion_level_2, .accordion_leafNode, .accordionSelected_leafNode {
    z-index: 1;
}

.accordion_level_0 + table * {
    padding-right: 0 !important;
    border-radius: 0;
}

.accordion_level_1, .accordion_level_2, .accordion_leafNode, .accordion_level_0, .accordion_level_0Over, .accordion_level_1Over, .accordion_level_2Over, .accordionSelected_leafNode {
    margin-top: 0px !important;
}

.accordion_level_1, .accordion_level_2, .accordion_leafNode {
    border-radius: 0;
}

.accordion_text {
    font-size: 15px !important;
}

/*Classes for accordion */

.itemErrorLabel, .itemWarningLabel, .itemInfoLabel {
    font-size: 13px !important;
    padding-left: 60px;
}

/* targets the error message icon */
.itemErrorLabel > div > img, .itemWarningLabel > div > img, .itemInfoLabel > div > img {
    margin-left: -35px !important;
    margin-top: 6px !important;
}

/* targets the error message text */
.itemErrorLabel > div > div, .itemWarningLabel > div > div, .itemInfoLabel > div > div {
    margin-left: 0 !important;
    margin-top: 0 !important;
    line-height: 30px;
}

.labelBottom {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 30px;
}

.instName {
    font-size: 23px !important;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 65px;
}

.leftFiller {
    padding-right: 2px;
}

.rightFiller {
    padding-left: 2px;
}

/*targets the version info label and the toolbar filler in the footer*/
.footerToolBar > tbody > tr > td {
    line-height: 5px;
}

.welcomeNote {
    padding-top: 15px;
    padding-bottom: 5px;
}

/* targets the icons for the buttons (submit, cancel, etc. -> tick, cross, etc.) */
[id^='ButtonH'][id$='_icon'] {
    display: none;
}

.addOnIcon [id^='ButtonH'][id$='_icon'], .characterMapBtn [id^='ButtonH'][id$='_icon'], .chatButton [id^='ButtonH'][id$='_icon'], .reportButton [id^='ButtonH'][id$='_icon'] {
    display: table-cell;
}

.characterMapBtn, .chatButton {
    padding: 0 !important;
}

.customButton, .button, .buttonDisabled, .customButtonDisabled, .actionBtn {
    font-size: 14px !important;
    /*box-shadow: 0px 1px 3px #000000;*/
    border-radius: 28px;
    /*text-shadow: 1px 1px 0 #494949;*/
}

.customButton, .button, .buttonDisabled, .customButtonDisabled {
    height: 54px !important;
    line-height: 30px;
}

div[id^="DialogH"] .customButton, div[id^="DialogH"] .button, div[id^="DialogH"] .buttonDisabled, div[id^="DialogH"] .customButtonDisabled {
    height: 25px !important;
}

.customButton [id$="_text"], .button [id$="_text"], .buttonDisabled [id$="_text"], .customButtonDisabled [id$="_text"] {
    padding-left: 10px;
    padding-right: 10px;
}

.actionBtn {
    height: auto !important;
    line-height: normal;
    margin: 5px 2px;
    padding: 0 5px !important;
}

/* targets the part of the link which is used to display the link icon */
/*[id$="_main"][id^="LinkH"] a.actionBtn {*/
/*display: none !important;*/
/*display: none !important;*/
/*}*/

/* targets the part of the link which is used to display the link text */
[id$="_main"][id^="LinkH"] a.actionBtn + a.actionBtn {
    display: inherit !important;
}

.actionToolBar > tbody > tr > td {
    height: auto;
}

.button:focus {
    border: none;
    margin-left: 0;
    margin-top: 0;
}

.hoverLink {
    height: 20px;
    line-height: 20px;
}

.mainVPanel {
    padding-top: 30px;
}

[id^="DialogH"] .mainVPanel {
    padding-top: 0;
}

[id^='DialogH'] .mainVPanel.hasNoTable {
    padding-top: 28px;
}

[id^='DialogH'] .isCompressed .mainVPanel.hasNoTable {
    padding-top: 5px;
}

.mainContainerPanel, .linkPanel, .buttonPanel {
    background: transparent !important;
}

.headerToolBar > tbody > tr > td:first-child img[id^="ImageH"] {
    height: 30px !important;
    padding-left: 20px !important;
    padding-top: 17px !important;
    width: auto !important;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    background-color: transparent;
}

.labelEqui {
    padding-top: 1px !important;
}

[id^='DialogH_'][id$='_main'] .labelEqui {
    padding-top: 5px !important;
}

input[type='text'], input[type='password'], textarea, .textAreaItem {
    padding: 2px 0 !important;
    border-radius: 3px;
}

.selectItemControl, .paddedFieldControl, input[type='text'], input[type='password'], textarea, .textAreaItem {
    font-size: 13px !important;
}

input[disabled]:not([id^='DateFieldH']), textarea[disabled], .textAreaItem[disabled], .selectItemTextDisabled, .paddedFieldTextDisabled {
    /*width: auto !important;*/
}

[id^='FileUploadH_']:not([id$='_main']), [id^='FileUploadH_'] img {
    width: 25px !important;
    height: 25px !important;
}

.selectItemTextDisabled, .paddedFieldTextDisabled {
    padding: 2px;
}

.selectItemControl, .paddedFieldControl, input[type='text'], input[type='password'] {
    height: 25px !important;
}

/* dialog children will have different spacings */
[id^='DialogH_'][id$='_content'] input[type='text'], [id^='DialogH_'][id$='_main'] input[type='password'], [id^='DialogH_'][id$='_main'] textarea, [id^='DialogH_'][id$='_main'] .textAreaItem {
    /*padding: 0 !important;*/
    border-radius: 3px;
}

[id^='DialogH_'][id$='_content'] .selectItemControl, [id^='DialogH_'][id$='_content'] .paddedFieldControl, [id^='DialogH_'][id$='_main'] input[type='text'], [id^='DialogH_'][id$='_main'] input[type='password'] {
    height: 30px !important;
}

input[type='checkbox'] {
    /*margin-top: 3px !important;*/
}

/* dialog children will have different spacings */
[id^='DialogH_'][id$='_content'] input[type='checkbox'] {
    margin-top: 5px !important;
}

.textAreaItem {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: none !important;
}

.tagPanel .textAreaItem {
    line-height: 19px !important;
}

.selectItemText, .paddedFieldText, .paddedFieldDisabledTextDisabled {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.selectItemText > div, .paddedFieldText > div, .paddedFieldDisabledTextDisabled > div {
    padding: 4px;
    -moz-box-sizing: border-box;
}

.selectItemText + td:last-child, .paddedFieldText + td:last-child, .paddedFieldDisabledTextDisabled + td:last-child {
    text-align: center;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.selectItemText + td > img, .paddedFieldText + td > img, .paddedFieldDisabledTextDisabled + td > img {
    /*
        border: 1px solid #e1e1e1;
    */
    /*
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    */
    /*background: transparent !important;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    width: auto !important;
}

.selectItemText > div, .selectItemTextDisabled > div,
.paddedFieldText > div, .paddedFieldTextDisabled > div, .paddedFieldDisabledTextDisabled > div {
    line-height: 16px;
}

/* dialog children will have different spacings */
[id^='DialogH_'][id$='_content'] .selectItemText > div,
[id^='DialogH_'][id$='_content'] .paddedFieldText > div,
[id^='DialogH_'][id$='_content'] .paddedFieldDisabledTextDisabled > div {
    line-height: 22px;
}

/*Classes for Table*/

.tableHeader, .dialogParentHeader {
    height: 100%;
    float: left;
    font-family: 'Shruti', Segoe UI, Verdana, Helvetica, Trebuchet MS, Arial, sans-serif !important;
    font-weight: normal !important;
}

/*.tableHeaderBg, .tableHeaderMain, .dialogParentHeaderBg, .dialogParentHeaderMain {*/
.tableHeaderBg, .dialogParentHeaderBg, .Header, .HeaderBg {
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;
    font-size: 14px !important;
}

/* targets the non-hovered states of all rows in the content of a table */
.tableCell:not(.shortcuts),
.tableCellDark:not(.shortcuts),
.tableCellIE:not(.shortcuts),
.tableCellDarkIE:not(.shortcuts),
.tableCellIESelected:not(.shortcuts),
.tableCellIEDisabledSelected:not(.shortcuts),
.tableCellDarkIESelected:not(.shortcuts),
.tableCellDarkIEDisabledSelected:not(.shortcuts),
.tableCellDarkSelected:not(.shortcuts) > td,
.tableCellSelected:not(.shortcuts) > td,
.tableCellDarkIESelected:not(.shortcuts) > td,
.tableCellIESelected:not(.shortcuts) > td,
.tableCellSelected:not(.shortcuts),
.tableCellDisabledSelected:not(.shortcuts),
.tableCellDarkDisabledSelected:not(.shortcuts),
.tableCellDarkSelected:not(.shortcuts),
.tableCellIESelected:not(.shortcuts),
.tableCellIEDisabledSelected:not(.shortcuts),
.tableCellDarkIESelected:not(.shortcuts),
.tableCellDarkIEDisabledSelected:not(.shortcuts),
.tableCellDisabled:not(.shortcuts),
.tableCellDarkDisabled:not(.shortcuts) {
    line-height: 1.0;
}

/* targets all cells within the content of a table */
.tableCell:not(.shortcuts) > td,
.tableCellDark:not(.shortcuts) > td,
.tableCellSelected:not(.shortcuts) > td,
.tableCellDarkSelected:not(.shortcuts) > td,
.tableCellIE:not(.shortcuts) > td,
.tableCellDarkIE:not(.shortcuts) > td,
.tableCellIESelected:not(.shortcuts) > td,
.tableCellIEDisabledSelected:not(.shortcuts) > td,
.tableCellDarkIESelected:not(.shortcuts) > td,
.tableCellDarkIEDisabledSelected:not(.shortcuts) > td,
.tableCellDisabled:not(.shortcuts) > td,
.tableCellDarkDisabled:not(.shortcuts) > td {
    padding: 2px 10px !important;
}

.tableCell:not(.shortcuts) > td:last-child,
.tableCellDark:not(.shortcuts) > td:last-child,
.tableCellSelected:not(.shortcuts) > td:last-child,
.tableCellDarkSelected:not(.shortcuts) > td:last-child,
.tableCellIE:not(.shortcuts) > td:last-child,
.tableCellDarkIE:not(.shortcuts) > td:last-child,
.tableCellIESelected:not(.shortcuts) > td:last-child,
.tableCellIEDisabledSelected:not(.shortcuts) > td:last-child,
.tableCellDarkIESelected:not(.shortcuts) > td:last-child,
.tableCellDarkIEDisabledSelected:not(.shortcuts) > td:last-child,
.tableCellDisabled:not(.shortcuts) > td:last-child,
.tableCellDarkDisabled:not(.shortcuts) > td:last-child {
    padding: 5px 0 !important;
}

/* targets the divs inside cells in the content area of a table*/
.tableCell:not(.shortcuts) > td > div,
.tableCellDark:not(.shortcuts) > td > div,
.tableCellSelected:not(.shortcuts) > td > div,
.tableCellDarkSelected:not(.shortcuts) > td > div,
.tableCellIE:not(.shortcuts) > td > div,
.tableCellDarkIE:not(.shortcuts) > td > div,
.tableCellIESelected:not(.shortcuts) > td > div,
.tableCellIEDisabledSelected:not(.shortcuts) > td > div,
.tableCellDarkIESelected:not(.shortcuts) > td > div,
.tableCellDarkIEDisabledSelected:not(.shortcuts) > td > div {
    /*text-indent: 5px;*/
}

/* Table CSS ends*/

/*CSS changes for dialog --- starts*/
.dialog_T td {
    vertical-align: top;
}

.dialog_T {
    height: 40px;
}

div[id^=DialogH][id$=_container] {
    border-radius: 3px;
    margin-top: -2px;
    margin-left: -2px;
}

div[id^=DialogH][id$=_handler] td:first-child, #_lsui_errPopUp_handler {
    text-align: left;
    padding: 5px 0 0 25px;
    /*padding-bottom: 5px;*/
    vertical-align: top;
    font-weight: normal !important;
}

div[id^=DialogH] .dialog_L + td {
    /*padding: 0 18px;*/
}

.dialog_L, .dialog_R, .dialog_TL, .dialog_TR, .dialog_BL, .dialog_BR, .dialog_B {
    display: none;
}

div[id^=DialogH][id$=_handler] img {
    position: absolute;
    right: 10px;
    top: 10px;
}

div[id^=DialogH] .linkPanel {
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
}

.linkPanelTitle td:first-child {
    padding-left: 10px !important;
    padding-top: 5px !important;
}

div[id^=DialogH][id$=_handler] td:first-child, #_lsui_errPopUp_handler {
    font-size: 18px !important;
}

/*CSS changes for dialog --- ends*/

/*Error popup css --- starts*/

#_lsui_errPopUp_handler {
    text-align: center;
    font-weight: bold;
}

#_lsui_errPopUp_dialog {
    border-radius: 3px;
}

#_lsui_errPopUp_dialog tr:nth-child(2) td:nth-child(2) {
    padding-bottom: 22px;
}

#_lsui_errPopUp_dialog tr:nth-child(2) td:nth-child(2) table {
    padding: 0 12px;
}

#_lsui_errPopUp_main img {
    top: 10px;
    right: 10px;
    position: absolute;
    display: none;
}

#_lsui_errPopUp_brief {
    min-width: 200px;
    padding: 28px 11px 15px !important;
}

#_lsui_errPopUp_main .dialog_TL,
#_lsui_errPopUp_main .dialog_T,
#_lsui_errPopUp_main .dialog_TR {
    /*border-bottom: 1px solid #b0b0b0;*/
}

#_lsui_errPopUp_detail + div {
    /*For link Show More>>*/
    width: 90px !important;
}

#_lsui_errPopUp_dialog > table > tbody > tr:last-child, div[id^="DialogH"][id$="_container"] > table > tbody > tr:last-child {
    display: none !important;
}

/*Error popup css --- ends*/

/* style for applying borders to distinguish between different sections of the screen */

.tabContent .panel[id^='FormH'] > div > table > tbody > tr > td:last-child {
    padding-left: 20px !important;
}

/* targets the parent td of the mainContainerPanel outside a dialog */
.mainVPanel > tbody > tr:first-child > td > table > tbody > tr > td {
    padding-bottom: 28px !important;
}

/* targets the parent td of the mainContainerPanel inside a dialog */
[id^='DialogH'] .mainVPanel > tbody > tr:first-child > td > table > tbody > tr > td {
    padding-bottom: 20px !important;
}

[id^='DialogH'] .isCompressed .mainVPanel > tbody > tr:first-child > td > table > tbody > tr > td {
    padding-bottom: 10px !important;
}

/* targets the parent td of the buttonsPanel outside a dialog */
.mainVPanel > tbody > tr[_childid^="LineH"] > td {
    padding-top: 15px !important;
}

/* targets the parent td of the linksPanel inside a dialog */
[id^='DialogH'] .mainVPanel > tbody > tr:nth-child(3) > td {
    padding-top: 0 !important;
}

/* targets the parent td of the buttonsPanel inside a dialog */
[id^='DialogH'] .mainVPanel > tbody > tr:nth-child(2) > td > table > tbody > tr > td {
    /*padding-top: 15px !important;*/
    padding-bottom: 28px !important;
}

[id^='DialogH'] .isCompressed .mainVPanel > tbody > tr:nth-child(2) > td > table > tbody > tr > td {
    padding-bottom: 10px !important;
}

/* style for applying borders to distinguish between different sections of the screen - ends */

/* style for separators */
[id^='LineH'][pid^='VPanel'] {
    width: 80%;
    position: relative;
    border: none !important;
    height: 1px;
    display: none;
}

[id^='LineH'][pid^='HPanel'] {
    height: 80%;
    position: relative;
    border: none !important;
    width: 1px;
    float: right;
    top: 10%;
}

.mainVPanel [id^="LineH"][id$="_main"] {
    display: none;
}

/* style for separators - ends*/

/* style to apply padding to components on left and right hand-side */
input[type="text"].paddedField, input[type="password"].paddedField, textarea.paddedField, .textAreaItem.paddedField,
input[type="text"].paddedFieldDisabled, input[type="password"].paddedFieldDisabled, textarea.paddedFieldDisabled, .textAreaItem.paddedFieldDisabled {
    padding-left: 5px !important;
    /*padding-right: 5px !important;*/
}

input.paddedFieldRight[type='text'],
input.paddedFieldRightDisabled[type='text'],
input.paddedFieldRight[type='password'],
input.paddedFieldRightDisabled[type='password'],
input.paddedField.paddedFieldRight[type='text'],
input.paddedField.paddedFieldRightDisabled[type='text'],
input.paddedField.paddedFieldRight[type='password'],
input.paddedField.paddedFieldRightDisabled[type='password'] {
    padding-right: 5px !important;
    padding-left: 0 !important;
}

/* style to apply padding to components on left and right hand-side - ends*/

div[id^=DialogH] .linkPanel .hoverLink {
    padding-left: 10px;
    padding-right: 10px;
}

/*LOGIN PAGE*/

.innerPanels {
    width: 100%;
    height: auto;
    display: flex;
    align-items :center;
    margin-left: auto;
    margin-right: auto;
/*    margin-top: 5px; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.comboText {
    border-radius: 3px 0px 0px 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*
        padding-top: 7px;
        padding-left: 7px;
        padding-bottom: 7px;
    */
    width: 295px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    float: left;
    /*padding: 2px 5px !important;*/
    padding: 10px 5px 2px !important;

}

.outerPanel {
    /*padding: 45px 35px 60px 35px;*/
    width: 1366px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
	display:flex;
    bottom: 0;
   /* max-height: 710px;*/
    left: 0;
 /*   margin: auto;*/
    position: absolute;
    right: 0;
    top: 0;
}

.outerPanel.hasCaptcha {
    max-height: 795px!important;
}

.logoImage {
    height: 100%;
    position: absolute !important;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer !important;
}

.divUponLogo{
	height: 100%;
	/* opacity: 70%;
	background-color: black; 
	position: absolute; */
    width: 100%;
   /* display: block;
    margin-left: auto;
    margin-right: auto; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer !important;
}
.logoImage:focus {
    outline: none;
}

.logo {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
/*     padding-bottom: 10px; */
    height : 70px;
    /*left: -43px;*/
    /*position: absolute;*/
    /*top: -170px;*/
    width: 351px;
}

.profileImage {
    height: auto;
    width: 130px;
    display: block;
    margin: 30px auto 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profileImage2 {
    display: flex;
    margin-left: 45px;
    align-items: end;
    position: absolute;
    height: 88%;
    width: 130px;
}

.profile {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 105px;
    border-radius: 50%;
} 
input[type='text'].user {
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 7px !important;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 15px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px !important;
}
input[type='text'].user_disable {
    border-radius: 3px 3px 3px 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 7px !important;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 15px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px !important;
    pointer-events: none;
    
}

input[type='text'].user, input[type='password'].pass {
    font-size: 18px !important;
}

#Panel110 > p {
    margin-bottom: 20px;
}

.user {
    margin-bottom: 10px !important;
}

.comboBase {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    list-style: none outside none;
    padding: 0 20px 0 0;
    margin: 0;

}

.combo {
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 45px !important;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none !important;
    margin-bottom: 15px;

}

.combo select {
    display: none;
}

.customCombo {
    background-color: white;
    color: black;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    max-height: 170px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='password'].pass {
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 7px !important;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px !important;
}
input[type='text'].secLevelAuth {
    border-radius: 3px 3px 3px 3px;  
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 7px !important;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px !important;
    border-style:groove;
    border-color:#b5651D;
}

.login {
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-left: 7px;
    padding-bottom: 7px;
    width: 100%;
    margin-bottom: 70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
}

.footer {
    bottom: 88%;
    padding: 0 60px 10px 0;
    position: absolute;
    right: 0;
}

.firstLabel {
    display: inline;
    /*font-family: commma-sensitive;*/
    font-weight: normal;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;

}

.second {
    /*font-family: commma-sensitive;*/
    /*
        color: white;
    */
    /*display: inline;*/
    /*font-weight: normal;*/
    /*position: relative;*/
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
    color: inherit;
}

/* .combo li.comboPicker img {
    height: 7px !important;*/
    /*left: 5px;
    position: absolute;
    top: 9px;
    width: 9px !important;
}

.combo li.comboPicker {
    height: 43px;
    position: absolute;
    right: 0;
    width: 20px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
} */

.combo:focus .comboText {
    background-color: white;
    color: black;
}

.customCombo li:focus {
    outline: none;
}

/******************************/

.scrollIndicator {
    position: absolute;
    right: 15px;
}

.scrollIndicator#upArrow {
    top: 15px;
}

.scrollIndicator#downArrow {
    top: 30px;
}

.poppedUpPnl {

}

.poppedUpPnlTitle {
    /*TODO : temporary hiding of the title*/
    display: none;
}

.poppedUpPnlBody {

}

/* Links Panel styling --- starts*/
.sideLinksPnl {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 40px;
    width: 30px;
}

.sideLinksPnl .hoverLink:first-child {
    padding-left: 30px !important;
}

.displayNone {
    display: none;
}

.linkPanel {
    width: auto !important;
}

.linksContainer {
    /* float: right; */
    width: 30px;
    position: absolute;
    right: 0;
    /*padding-top: 40px;*/
}

.innerLinks {
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    height: 100px;
    width: 30px;
    position: relative;
    margin-top: 20px;
}

.linksUtilityData {
    /* margin-left: 30px; */
    right: 30px;
    /* width: 215px; */
    position: absolute;
    height: 100%;
    opacity: 0;

}

.utilityHeading {
    color: white;
    font-size: 26px !important;
    padding: 60px 0 0 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.sideLinksPnl .linkPanel table:nth-child(n) {
    height: 25px !important;
    width: 150px !important;
}

/*Links Panel styling --- ends*/

#loadingMask img {
    box-shadow: 0 1px 5px #000000;
}

.copyrightLabel {
    padding-right: 30px;
}

[id^='DialogH'] .mainVPanel.hasNoTable .mainContainerPanel {
    padding-left: 18px;
    padding-right: 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- Menu styling starts --- */
.moduleBtn:nth-child(1) {
    display: block !important;
    height: 50px !important;
    position: absolute;
    width: 50px;
}

.moduleBtn:nth-child(1) > img {
    height: 100% !important;
    width: 100% !important;
}

.moduleBtn:nth-child(2) {
    width: 100% !important;
    padding: 10px 15px 10px 65px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    color: #ffffff !important;
    line-height: 30px;
    height: 50px !important;
}

.moduleBtn:focus {
    outline: none;
}

.moduleBtn.Acq, .moduleHPanel.Acq, .accordionLinksPanel /* .moduleBtn.Acq:hover */,
.stats_Acq .tableHeaderMain, .stats_Acq .tableHeaderBg,
.budget_Acq .tableHeaderMain, .budget_Acq .tableHeaderBg {
    background-color: #444444 !important;
}

.moduleBtn.Cat, .moduleHPanel.Cat, .accordionLinksPanel /* .moduleBtn.Cat:hover */,
.stats_Cat .tableHeaderMain, .stats_Cat .tableHeaderBg,
.budget_Cat .tableHeaderMain, .budget_Cat .tableHeaderBg {
    background-color: #1AA1E1 !important;
}

.moduleBtn.Cir, .moduleHPanel.Cir, .accordionLinksPanel/*  .moduleBtn.Cir:hover */,
.stats_Cir .tableHeaderMain, .stats_Cir .tableHeaderBg,
.budget_Cir .tableHeaderMain, .budget_Cir .tableHeaderBg {
    background-color: #3F5CA8 !important;
}

.moduleBtn.Ser, .moduleHPanel.Ser, .accordionLinksPanel/*  .moduleBtn.Ser:hover */,
.stats_Ser .tableHeaderMain, .stats_Ser .tableHeaderBg,
.budget_Ser .tableHeaderMain, .budget_Ser .tableHeaderBg {
    background-color: #2E3957 !important;
}

.moduleBtn.Art, .moduleHPanel.Art, .accordionLinksPanel /* .moduleBtn.Art:hover */ {
    background-color: #626A7F !important;
}

.moduleBtn.OPA, .moduleHPanel.OPA, .accordionLinksPanel/*  .moduleBtn.OPA:hover */ {
    background-color: #8CC739 !important;
}

.moduleBtn.Adm, .moduleHPanel.Adm, .accordionLinksPanel /* .moduleBtn.Adm:hover */ {
    background-color: #CE5042 !important;
}

.moduleBtn.Sta, .moduleHPanel.Sta, .accordionLinksPanel/*  .moduleBtn.Sta:hover */ {
    background-color: #7fceb7 !important;
}

.moduleBtn.E-B, .moduleHPanel.E-B, .accordionLinksPanel /* .moduleBtn.E-B:hover  */{
    background-color: #070767 !important;
}

.moduleBtn:nth-child(2) {
    font-size: 18px !important;
}

.accordionLinksPanel .moduleBtn:nth-child(2) {
    background: none repeat scroll 0 0 transparent !important;
    color: #333333 !important;
}

.moduleHPanel.Acq > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(68,68,68,0.05) !important;*/
}

.moduleHPanel.Cat > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(180,200,51,0.05) !important;*/
}

.moduleHPanel.Cir > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(206,80,66,0.05) !important;*/
}

.moduleHPanel.Ser > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(26,161,225,0.05) !important;*/
}

.moduleHPanel.Art > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(63,92,168,0.05) !important;*/
}

.moduleHPanel.Sta > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: #0080808 !important;*/
}

.moduleHPanel.OPA > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(10,128,147,0.05) !important;*/
}

.moduleHPanel.Adm > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(236,196,56,0.05) !important;*/
}

.moduleHPanel.E-B > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    /*background-color: rgba(236,196,56,0.05) !important;*/
}

.moduleHPanel .accordion_level_0 {
    background: transparent !important;
}

.moduleHPanel > tbody > tr > td:first-child, .accordionParent {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.moduleHPanel .accordion_level_1 {
    background-color: rgba(255, 255, 255, 0.5);
}

.moduleHPanel .accordion_level_2 {
    background-color: rgba(255, 255, 255, 0.95);
}

[class^='accordion_'] + table > tbody > tr > td {
    /*padding-left: 0 !important;*/
}

.accordion_icon {
    left: 5px;
    position: absolute;
    top: 10px;
}

.backBtn {
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    margin-top: 86px;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}

/*.accordion_icon + .accordion_text {*/
/*font-weight: bold;*/
/*}*/

.opened {
    font-weight: bold !important;
}

.accordionLinksPanel .moduleBtn:nth-child(2):hover {
    color: #FFFFFF !important;
}

/* --- Menu styling ends --- */

/*--------Popover style-------------------*/

.popover.right {
    margin-left: 10px;
}

.fade.in {
    opacity: 1;
}

.popover {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1060;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.popover.right > .arrow:after {
    border-left-width: 0;
    border-right-color: #FFFFFF;
    bottom: -10px;
    content: " ";
    left: 1px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover > .arrow, .popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

*:before, *:after {
    -moz-box-sizing: border-box;
}

.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

/*--------Popover style End-------------------*/

/*Alerts related styling -- starts*/
.welcomeNote span {
    border-radius: 10px 10px 10px 10px;
    height: 17px;
    margin: 3px;
    padding: 2px;
    text-align: center;
    width: 17px;
    position: absolute;
    top: 3px;
}

.alertsMainPanel, .alertsMainPanel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alertsMainPanel > tbody > tr:nth-child(2) > td {
    padding: 0 15px;
}

.alertsMainPanel .logoutLink {
    padding-right: 15px;
    padding-top: 9px;
    text-align: right;
    font-size: 15px !important;
}

.viewAllAlertsLink {
    font-size: 15px !important;
}

.alertsMainPanel .userNameLbl [id$="_text"] {
    font-size: 15px !important;
}

.profileDataPnl div[id^=ImageH][id$=_main] {
    margin: 8px 0 0 10px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    height: 30px !important;
    width: 30px !important;
}

.profilePic {
    bottom: 0;
    height: auto !important;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.alertTime td {
    padding: 5px 0;
    line-height: 1.1;
}

.alertMessage {
    font-size: 13px !important;
    line-height: 1.1;
    padding: 5px 0;
}

.noAlertsLbl {
    margin-top: 10px;
}

/*Alerts related styling -- ends*/

/* Dashboard related styling starts */
.statsPanel .tableCell:not(.shortcuts) > td,
.statsPanel .tableCellDark:not(.shortcuts) > td,
.statsPanel .tableCellSelected:not(.shortcuts) > td,
.statsPanel .tableCellDarkSelected:not(.shortcuts) > td,
.statsPanel .tableCellIE:not(.shortcuts) > td,
.statsPanel .tableCellDarkIE:not(.shortcuts) > td,
.statsPanel .tableCellIESelected:not(.shortcuts) > td,
.statsPanel .tableCellIEDisabledSelected:not(.shortcuts) > td,
.statsPanel .tableCellDarkIESelected:not(.shortcuts) > td,
.statsPanel .tableCellDarkIEDisabledSelected:not(.shortcuts) > td,
.statsPanel .tableCellDisabled:not(.shortcuts) > td,
.statsPanel .tableCellDarkDisabled:not(.shortcuts) > td,
.budgetPanel .tableCell:not(.shortcuts) > td,
.budgetPanel .tableCellDark:not(.shortcuts) > td,
.budgetPanel .tableCellSelected:not(.shortcuts) > td,
.budgetPanel .tableCellDarkSelected:not(.shortcuts) > td,
.budgetPanel .tableCellIE:not(.shortcuts) > td,
.budgetPanel .tableCellDarkIE:not(.shortcuts) > td,
.budgetPanel .tableCellIESelected:not(.shortcuts) > td,
.budgetPanel .tableCellIEDisabledSelected:not(.shortcuts) > td,
.budgetPanel .tableCellDarkIESelected:not(.shortcuts) > td,
.budgetPanel .tableCellDarkIEDisabledSelected:not(.shortcuts) > td,
.budgetPanel .tableCellDisabled:not(.shortcuts) > td,
.budgetPanel .tableCellDarkDisabled:not(.shortcuts) > td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.userInfoPanel {
    line-height: 17px;
}

/* Dashboard related styling ends */

.chooseCss {
    background: none repeat scroll 0 0 black;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.grayscale-Blue {
    background: none repeat scroll 0 0 blue;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.deleteTag {
    font-size: 20px !important;
}

/*.menuTransition div[id^=VPanelH_][id$=_main]:nth-child(2) {*/
/*transition-duration: 3s;*/
/*transition-timing-function: linear;*/
/*}*/

/*.accordionMenuVisible {*/
/*left: 0 !important;*/
/*}*/

/*.accordionMenuHidden {*/
/*left: -300px !important;*/
/*}*/

/*********************/
/*Links panel stying starts*/
.sideLinksPnl .hoverLink {
    color: #FFFFFF;
}

.bckLinks {
    background-color: #3F5CA8;
    box-shadow: 2px -2px 8px 3px gray;
}

.bckEnquiries {
    background-color: #1aa1e1;
    box-shadow: 2px -2px 8px 3px gray;
}

.bckReports {
    background-color: #ce5042;
    box-shadow: 2px -2px 8px 3px gray;
}

.innerLinks {
    background-color: #494949;
    background-position: 6px 18px;
    background-repeat: no-repeat;
}

.toggleLinks {
    background-image: url("./links.png");
}

.toggleLinksOpen {
    background-color: #3F5CA8;
}

.toggleReports {
    background-image: url("./reports.png");
/*     background-color: transparen;
 */}

.toggleEnquiries {
    background-image: url("./enquiry.png");
/*     background-color: #1aa1e1;
 */}

.utilityHeading {
    color: white;
    width: 125px;
}

.sideLinksPnl .linkPanel .utilityHeading {
    background-color: #3F5CA8;
}

.reportsPanel .utilityHeading {
    background-color: #ce5042;
}

.enquiriesPanel .utilityHeading {
    background-color: #1aa1e1;
}

.sideLinksPnl .linkPanel table:nth-child(n) {
    border-left: 5px solid rgba(0, 0, 0, 1);
}

.sideLinksPnl .linkPanel table:nth-child(2n) {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
}

.sideLinksPnl .linkPanel table:nth-child(3n) {
    border-left: 5px solid rgba(0, 0, 0, 0.4);
}

.sideLinksPnl .linkPanel table:nth-child(n):hover {
    background-color: rgba(0, 0, 0, 1);
    color: #FFF;
}

.sideLinksPnl .linkPanel table:nth-child(2n):hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.sideLinksPnl .linkPanel table:nth-child(3n):hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.reportsAccordion_leafNode, .enquiriesAccordion_leafNode {
    color: #FFFFFF !important;
    padding-left: 30px !important;
    width: 120px !important;
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(n) > td > .reportsAccordion_leafNode,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(n) > td > .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 1);
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(2n) > td > .reportsAccordion_leafNode,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(2n) > td > .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(3n) > td > .reportsAccordion_leafNode,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(3n) > td > .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 0.4);
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(n) > td .reportsAccordion_leafNode:hover,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(n) > td .enquiriesAccordion_leafNode:hover {
    background-color: rgba(0, 0, 0, 1);
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(2n) > td .reportsAccordion_leafNode:hover,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(2n) > td .enquiriesAccordion_leafNode:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.reportsPanel table:nth-child(1) > tbody > tr:nth-child(3n) > td .reportsAccordion_leafNode:hover,
.enquiriesPanel table:nth-child(1) > tbody > tr:nth-child(3n) > td .enquiriesAccordion_leafNode:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.reportsAccordion_level_0, .enquiriesAccordion_level_0 {
    padding-left: 30px;
    color: #FFFFFF !important;
    width: 120px !important;
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(n) td .reportsAccordion_leafNode,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(n) td .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 1);
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(2n) td .reportsAccordion_leafNode,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(2n) td .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(3n) td .reportsAccordion_leafNode,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(3n) td .enquiriesAccordion_leafNode {
    border-left: 5px solid rgba(0, 0, 0, 0.4);
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(n) td .reportsAccordion_leafNode:hover,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(n) td .enquiriesAccordion_leafNode:hover {
    background: rgba(0, 0, 0, 1) !important;
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(2n) td .reportsAccordion_leafNode:hover,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(2n) td .enquiriesAccordion_leafNode:hover {
    background: rgba(0, 0, 0, 0.7) !important;
}

.reportsAccordion_level_0 + table > tbody > tr:nth-child(3n) td .reportsAccordion_leafNode:hover,
.enquiriesAccordion_level_0 + table > tbody > tr:nth-child(3n) td .enquiriesAccordion_leafNode:hover {
    background: rgba(0, 0, 0, 0.4) !important;
}

.reportsAccordion_level_0 + table > tbody > tr td,
.enquiriesAccordion_level_0 + table > tbody > tr td {
    padding: 0 !important;
}

.reportsPanel > table[id^=AccordionH],
.enquiriesPanel > table[id^=AccordionH] {
    padding-top: 110px;
    display: block !important;
    /*overflow: auto !important;*/
    width: 185px !important;
}

.scrollButtonsDiv {
    position: absolute;
    bottom: 0;
    width: 120px;
    right: 30px;
    display: block !important;
}

.scrollButtonsDiv .upArrow {
    height: 20px;
    width: 20px;
    background-image: url("./upArrow_white.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.scrollButtonsDiv .downArrow {
    height: 20px;
    width: 20px;
    background-image: url("./downArrow_white.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.sideLinksPnl .linkPanel, .sideLinksPnl .reportsPanel, .sideLinksPnl .enquiriesPanel {
    height: 86% !important;
    overflow: hidden !important;
}

.sideLinksPnl .reportsPanel > table[id^=AccordionH][id$=_main],
.sideLinksPnl .enquiriesPanel > table[id^=AccordionH][id$=_main] {
    overflow: hidden !important;
}

/*Links panel styling ends*/

.casualAlert {
    color: #bc8f8f !important;
}

.criticalAlert {
    color: red !important;
}

.addOns > tbody > tr > td[_childid^="ToolBarMenuButton"] img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    left: 10px !important;
}

.titleBar {
    /*padding: 2px 40px;*/
    font-size: 18px !important;
}

.mainVPanel > tbody > tr:first-child td div[id^="HPanelH"] {
    margin-top: -29px;
}

.titleBarCloseTab {
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    padding-top: 12px;
    position: absolute;
    right: 20px;
    width: auto !important;
}

.titleBarCloseTab:hover {
    cursor: pointer !important;
}

.titleBarCloseTab:focus {
    outline: none;
}

.titleBar td {
    padding: 3px 40px;
}

.lsTabPanel table, .tab table {
    background: #f0f0f0 !important;
}

.lsTabPanelSelected table, .tabSelected table {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.visibilityHidden {
    visibility: hidden;
}

.reportsPanel .accordion_icon, .enquiriesPanel .accordion_icon {
    top: 6px !important;
}

.sideLinksPnl .hoverLink:hover {
    color: #FFFFFF !important;
}

.casualAlert > tbody > tr > td:last-child > div,
.schedulerPanel > tbody > tr > td:last-child > div,
.reportPanel > tbody > tr > td:last-child > div,
.criticalAlert > tbody > tr > td:last-child > div {
    opacity: 0;
}

.casualAlert:hover > tbody > tr > td:last-child > div,
.schedulerPanel:hover > tbody > tr > td:last-child > div,
.reportPanel:hover > tbody > tr > td:last-child > div,
.criticalAlert:hover > tbody > tr > td:last-child > div {
    opacity: 1;
}

.budgetPanel .tableHeaderBg,
.budgetPanel .tableHeaderMain,
.budgetPanel .dialogParentHeaderBg,
.budgetPanel .dialogParentHeaderMain,
.statsPanel .tableHeaderBg,
.statsPanel .tableHeaderMain,
.statsPanel .dialogParentHeaderBg,
.statsPanel .dialogParentHeaderMain {
    padding-right: 5px;
    padding-left: 3px;
}

.userImage {
    height: auto !important;
    width: auto !important;
    max-width: 87px;
    max-height: 70px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*Styling for character map --starts*/

.cmChar {
    border: 1px solid grey;
    cursor: pointer;
    margin: 2px;
}

.cmChar:hover {
    background: none repeat scroll 0 0 #f5862c;
}

.cmMsgLbl {
    padding: 0 0 0 10px;
}

.cmChar [id$="_text"] {
    padding-left: 16px;
}

/*Styling for character map --ends*/

.blackTheme, .blueTheme, .redTheme, .greenTheme, .purpleTheme {
    cursor: pointer !important;
}

input:focus {
    outline: none !important;
}

.linkHPanel {
    padding: 5px 0 !important;
}

.linkHPanel .hoverLink:after {
    content: "|";
    padding-left: 8px;
    position: absolute;
}

.linkHPanel > tbody > tr > td:nth-last-child(2) .hoverLink:after {
    content: "";
}

.tabSep:first-child + .tab {
    display: none;
}

.opac_Image {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    margin: 2px 0 0 6px;
    padding: 2px 4px;
}

.stats_Acq .tableHeaderMain, .stats_Acq .tableHeaderBg,
.budget_Acq .tableHeaderMain, .budget_Acq .tableHeaderBg,
.stats_Cat .tableHeaderMain, .stats_Cat .tableHeaderBg,
.budget_Cat .tableHeaderMain, .budget_Cat .tableHeaderBg,
.stats_Cir .tableHeaderMain, .stats_Cir .tableHeaderBg,
.budget_Cir .tableHeaderMain, .budget_Cir .tableHeaderBg,
.stats_Ser .tableHeaderMain, .stats_Ser .tableHeaderBg,
.budget_Ser .tableHeaderMain, .budget_Ser .tableHeaderBg {
    color: #FFFFFF !important;
}

.stats_Acq .tableHeaderMain:hover, .stats_Acq .tableHeaderBg:hover,
.budget_Acq .tableHeaderMain:hover, .budget_Acq .tableHeaderBg:hover,
.stats_Cat .tableHeaderMain:hover, .stats_Cat .tableHeaderBg:hover,
.budget_Cat .tableHeaderMain:hover, .budget_Cat .tableHeaderBg:hover,
.stats_Cir .tableHeaderMain:hover, .stats_Cir .tableHeaderBg:hover,
.budget_Cir .tableHeaderMain:hover, .budget_Cir .tableHeaderBg:hover,
.stats_Ser .tableHeaderMain:hover, .stats_Ser .tableHeaderBg:hover,
.budget_Ser .tableHeaderMain:hover, .budget_Ser .tableHeaderBg:hover {
    color: #000000 !important;
}

.timeLabel {
    color: #FFFFFF;
}

/*Font-family specific to different languages-- starts */

.diacritical {
    font-family: "Times New Roman Diacrital" !important;
}

/*Font-family specific to different languages-- ends*/

body {
    font-family: "Shruti", Segoe UI, Verdana, Helvetica, Trebuchet MS, Arial, sans-serif !important;
}

/*reports*/

.statusTable {
    width: 100%;
    margin: 0 auto;
}

#statusTitle {
    background-color: #1aa1e1 !important;
    color: white;
    font-size: 25px !important;
}

/*th{*/
/*background-color:#CDD3E3 !important;*/
/*color: #3F5CA8;*/
/*}*/

.displayNone {
    display: none;
}

.mainContainer {
    font-size: 40px;
    /*margin-top: 5%;*/
    text-align: center;
    width: 100%;
    height: 100%;
}

.statusTable {
    border-spacing: 0;
    font-size: 20px;
    clear: left;
    /*border: 1px solid gray;*/
    display: inline-block;
    width: 100%;
    height: 100%;
}

.centerTable {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.reportName {
    width: 150px !important;
}

.clearReports {
    width: 150px !important;
}

.statusTable > li > p {
    float: left;
    font-size: 20px;
    width: 150px;
    color: black;

}

#statusDiv {
    /*border-right: 1px solid gray;*/
    display: inline-block;
    float: left;
    height: 100%;
    text-align: center;
    width: 350px !important;
}

.logoDiv {
    float: left;
    width: 245px;
}

.verticalBar {
    float: left;
    height: 66px;
    overflow: hidden;
}

.middle {
    float: left;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
    font-size: 25px;
    color: white;
}

.statusTable > li {
    height: 40px;
}

.statusImg {
    background: url("./images/loader.gif") no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 20px 20px;
    background-color: transparent;
    margin-top: 10px;
}

#removeLink {
    float: left;
    /*font-size: 12px;*/
    /*padding-top: 8px;*/
    /*text-decoration: underline;*/
    /*color: black;*/
    color: red;
    font-size: 25px;
    height: 20px;
    width: 20px;
    background: url("./images/cross.png") no-repeat scroll 0 0;
    margin-top: 9px;
}

.reportName {
    text-align: left;
}

.refreshIcon {
    float: left;
    background: url("./images/reloader.gif") no-repeat scroll 0 0 / 56px 46px transparent;
    display: block;
    height: 40px;
    width: 60px;

}

.refreshDiv {
    color: gray;
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px !important;
    overflow: auto;
    text-align: center;
    width: 700px;
}

.refreshDiv > p {
    float: left;
}

.downloadIcon {
    height: 20px;
    width: 20px;
    margin: 10px;
    color: #43578c;
    background: url("./images/upload.png") no-repeat;
    display: inline-block;
    transform: rotate(180deg);
}

.reportHidden {
    height: 10px !important;
    width: 10px !important;
    display: none;
    position: absolute !important;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.reportsMask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    /*background-color: #ffffff;*/
}

.reportsJspDiv {
    height: 500px;
    width: 800px;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    background-color: whitesmoke;
    left: 25%;
    top: 25%;
    position: absolute;
    /*margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    background-color: whitesmoke;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    position: absolute;*/
}

.initialMask {
    display: none;
    z-index: -1;
}

#centerTable li > p {
    width: 150px;
    float: left;
}

#centerTable {
    overflow: hidden;
    clear: both;
}

#centerTable ul {
    list-style: none !important;
    /*list-style-type: none !important;*/
}

#centerTable li {
    clear: both;
    list-style: none !important;
    margin-left: 20px;
}

.headerBar {
    background: #43578a !important;
    color: white;
    height: 50px;
}

.headerBar p {
    margin: 0;
}

.tableHeaders {
    background-color: #CDD3E3 !important;
    overflow: auto;
    color: #43578a;
    /*margin: 0;*/
}

.tableHeaders li {
    overflow: auto;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-minus:before {
    content: "\2212";
}

.minimize {
    height: 10px;
    width: 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 35px !important;
    height: 20px;
    width: 30px;
    float: right;
}

.mainLabel {
    float: left;
    font-size: 27px !important;
    color: #ffffff;
    margin-left: 20px !important;
}

.failedStatus {
    color: red;
    display: inline-block;
    margin-top: 10px;
    height: 100%;
}

.reportButton {
    height: 30px !important;
    width: 10px !important;
    margin: 0 auto;
    position: relative;
    /*background: url("./images/reportIcon.png") no-repeat scroll 0 0 transparent;*/
    margin-top: 20px;
    color: black;
    padding: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: gainsboro;
    font-size: 17px !important;
    font-weight: bold;

}

.startTime {
    width: 75px !important;
}

.timeTaken {
    width: 75px !important;
}

.status {
    width: 350px !important;
}


#hiddenPwdType {
    display: none;
}