/** page structure **/


.alpha50-overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333355;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.popup-box {
	background:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-radius: 6px;
}

.popup-title {
	background:#0033AA;
	color:#EEEEEE;
	font-weight: bold;
	/* text-align:center; */
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.alert-title {
	background:#EE0000;
	color:#EEEEEE;
	font-weight: bold;
	/* text-align:center; */
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.blue-info-title {
	background:#337ab7;
	color:#EEEEEE;
	font-weight: bold;
	/* text-align:center; */
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.popup-content {
	padding: 10px;
}

.title-bar {
	/* color: red;
	width: 100px;
	border: 1px solid green; */
	position: relative;
}

.close-button-top {
	position: absolute;
	cursor: pointer;
	border: 1px solid #AAAAAA;
	background-color: #1188EE;
	border-radius: 3px;
	color: #ffffff;
	width: 20px;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin-top:2px;
	margin-right:2px;
}

.close-button-top:hover {
	color:#ee0000;
	background-color: #FFFFFF;
}

.dialog-button,
.dialog-ok-button,
.cancel-button {
	min-width: 80px;
}


.lazytree {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#fbfbfb;
	border:1px solid #999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.lazytree li {
    list-style-type:none;
    margin:0;
    padding:1px 5px 0 5px;
    position:relative
}
.lazytree li::before, .lazytree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.lazytree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.lazytree li::after {
    border-top:1px solid #999;
    height:20px;
    top:15px;
    width:25px
}
.lazytree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.lazytree li>span:hover {
    background:#d1c6fb;
    color:#ff0000;
}
.lazytree li>span.item-selected {
    background:#d1c6fb;
}
.lazytree li:last-child::before {
    height:16px
}

.toast-msg {
	position:absolute;
	top:70%; left:5%; width:90%;
	text-align:center;
}

.toast-msg div {
    display:inline-block;
    min-width:300px;
	padding:5px 20px 3px 20px;
	background-color:#000;
	color:#eee;
	border-radius:7px;
}

.lazy-hidden-data {
	display: none;
	visibility: hidden;
}

.no-datatable,.page-off,.no-search,.scrollX,.scrollY
{}
.bind-input-text,.bind-text,.bind-radio,
.bind-positive,.bind-negative,
.bind-input-number,.bind-input-date,
.bind-table,.bind-array,.bind-tree,.bind-radio-tree,.bind-checkbox-tree
{}
.aui-v-resizable,.aui-h-resizable,.aui-select-one,.aui-stop-resizing,.aui-add-total-option,
.aui-show-top-node,.aui-only-last-node-selectable,
.aui-item-icon,.aui-resize-children
{}
