* {
    font-family: 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

html, body, div {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.divForResize {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5000000;
    opacity: 0.3;
}

.systemReportPanel div {
    height: auto;
    text-align: left;
}

div.highlight {
    background: #EEEE99;
}

div.popoutListItemSelected {
    background: #EEEE99;
}

g {
    cursor: pointer;
}

/* These are applied for Application area */
/* -------------------Start ------------------*/
.iesdApplication {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
}

/* ------------------ End -----------------------*/

/* These are applied for Navigation area */
/* ------------------ Start ---------------------*/
#navigationArea {
    top: 0;
    left: 0;
    height: 100%;
    width: 21%;
}

/* This can be applied for Navigation area contect and also detail area */
#detailContent, #navigationContent {
    background-color: #ffffff;
    margin-top: 65px;
    margin-bottom: 33px;
    overflow: hidden;
}

/* --------------------- End ---------------------*/

/* These are Properties that can be used commonly */
/* ---------------- Start ------------------------- */
/* Panel , Toolbar,resizebar and popup */
.iesdPanel,
.iesdToolbar,
.iesdResizeBar,
.iesdPopup {
    background-color: #ffffff;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.navigation-panel>div {
    overflow: auto;
}


/* These are properties applied for all the popout Icon */
.inlinePopout {
    background-image: url('../images/inlinePopout.png');
    background-attachment: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* ------------------- End ---------------------------*/

/* These are applied for detailArea */
/* --------------------- Start ------------------------*/
#detailArea {
    top: 0;
    left: 21%;
    width: 79%;
}

/* ----------------------- End ------------------------ */

/* Following are Properties used for Resizebar */
/* --------------------- Start --------------------------- */

/* It is used for navigation resize bar */
#detailNavigationResizeBar {
    left: 21%;
    cursor: w-resize;
}

/* It is used for changing the Navigation resize bar color and size and height */
.iesdResizeBar {
    background-color: rgba(0, 0, 0, 0);
    width: 4px;
    border-right: 1px solid #252a2e;
    border-right: 1px solid #252a2e;
    background-color: hsl(214,39%,20%);
    top: 0;
    bottom: 33px;
    margin-bottom: 33px;
    margin-top: 37px;
}

/* This class is used to apply at the time of collapsing the Navigation resize bar */
.collapse {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url("../images/sliderNotch.png");
    background-position: center center;
    margin-left: -5px;
    position: fixed;
    color: transparent;
}

/* This class is used to apply at the time of expanding the Navigation resize bar */
.expand {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url("../images/sliderNotch.png");
    position: fixed;
    color: transparent;
}


.navigation-panel {
    margin-top: 0;
    overflow: auto;
    height: 89%;
}

ol.iesdIndex>li {
    font-size: 12px;
    text-transform: uppercase;
}

ol.iesdIndex>li>* {
    text-transform: none;
}

.systemReportPanel {
    overflow: auto;
}

.panelBottomToolbar {
    z-index: 1;
    position: absolute;
    width: 300px;
}


.splitPanel_bottomToolBar_mouseEnter {
    height: 40px;
}

.splitPanel_bottomToolBar_mouseLeave {
    height: 0;
}


.LoadMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../images/loading.gif');
    padding: 5px 10px 5px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: wait; /*border: 1px solid #a3bad9;*/
    /*background-color: #101014;*/
    color: #222222;
}

.LoadErrorMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../images/cross.png');
    padding: 5px 10px 5px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: wait; /*border: 1px solid #a3bad9;*/
    /*background-color: #101014;*/
    color: #222222;
}

.divForResize {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5000000;
    opacity: 0.3; /*background-color: #101014;*/

}

.iesdLoginPopupContent {
    position: absolute;
    top: 24px;
    height: 130px;
    width: 100%;
    background-color: gray;
    overflow-y: auto;
}

.iesdLoginPopupFooter {
    position: absolute;
    top: 146px;
    height: 30px;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    overflow-y: auto;
}

.login_statusmsg {
    color: red;
}

#applet {
    width: 0;
    height: 0;
}

.display_none {
    display: none;
}

.systemFaceView {
    height: 50%;
    width: 100%;
}

.cavityChartTable {
    height: 50%;
    width: 100%;
    overflow: auto;
}

.faceViewConnInfo {
    padding-left: 20px;
}

#deployJavaPlugin {
    display: none;
}