@charset "UTF-8";

/* input[type="checkbox"]:disabled:checked { */
/* background: #ffff00; */
/*   opacity: 1; */
/*   pointer-events: none; */
/*   border: 2px solid #CB000F; */
/* } */

/* input[type="checkbox"]:disabled { */
/* background: #ffff00; */
/*   opacity: 1; */
/*   pointer-events: none; */
/*   border: 2px solid #CB000F; */
/* } */

.ed-board {
    overflow: hidden;
    width: 98%;
    margin: 0 1%;
    position: relative;
    height: 100%;
}
#a-container #confirmContainer{
	height: calc(100% - 85px);
}
#a-container #confirmContainer table tr th,td{
	line-height: 1.5em;
}
#a-container #confirmContainer .tHeader th{
	line-height: 3em;
}
#a-container #confirmContainer .board-middle{
	height: calc(100% - 55px);
}
#a-container #confirmContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    border-bottom: #264077 1px solid !important;
}

#a-container #confirmContainer .dash-board {
    position: relative;
    overflow: auto;
    height: 100%;
    margin: 0px;
    width: 100%;
    /* top: 60px; */
    z-index: 2;
    padding-bottom: 0;
}
#a-container #historyContainer{
	height: calc(100% - 85px);
}
#a-container #historyContainer table tr th,td{
	line-height: 1.5em;
}
#a-container #historyContainer .tHeader th{
	line-height: 3em;
}
#a-container #historyContainer .board-middle{
	height: calc(100% - 55px);
}
#a-container #historyContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    border-bottom: #264077 1px solid !important;
}

#a-container #historyContainer .dash-board {
    position: relative;
    overflow: auto;
    height: 100%;
    margin: 0px;
    width: 100%;
    /* top: 60px; */
    z-index: 2;
    padding-bottom: 0;
}

#a-container #dashBoardContainer{
	height: calc(100% - 80px);
}
#a-container #dashBoardContainer .board-middle{
	height: calc(100% - 65px);
}
#a-container #dashBoardContainer .board-top {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    border: none;
    border-bottom: #264077 1px solid !important;
}

.imgfreviewDiv {
    position: relative;
    /* width: 100%; */
    /* display: table; */
    height: 273px;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    bottom: 0;
}
#dashTable{
	margin:0; 
}
.starRev_view{
	height: 13px;
}
#tdAge span{
	color: inherit;
}

.dpib{
    display: inline-block;
}
.loading_Div{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgb(74 68 68 / 97%);
    vertical-align: middle;
    text-align: center;
        z-index: 1000;
}
.loading_Div img{
	    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}