
.notify-outer {
    left: 0%;
    top: 0;
    margin: 0;
	position: fixed;
    font-weight: bold;
	z-index:99999;
    align:center;
    width: 100%;
    height: 100%;
}

.notify-msg-box {
    position: relative;
    display: inline-block;
    font-size: 90%;
	color:#333;
    padding: 6px 15px;
    background-color: #f5e08f;
    border: 1px solid #f0c36d;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.7);

}


.search-outer {
    left: 0%;
    top: 0px;
    margin: 0;
	position: fixed;
    font-weight: bold;
	z-index:99999;
	background:rgba(238, 238, 238, 0.3);
    align:center;
    width: 100%;
    height: 100%;
}
.search-msg-box {
    position: relative;
    display: inline-block;
    font-size: 90%;
	color:#fff;
    padding: 6px 15px;
    background-color: #e60000;
    border: 1px solid #e60000;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.7);

}


.click_row{
	cursor:pointer;
}
#full-dialog {
  width: 90%;
  padding: 0;
}

#full-content {
  border-radius: 0;
}
	