﻿.select-page{width:auto;display:inline-block;height:29px;padding-top: 3px;}
.overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}
.overlay, .loading-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.loading-img {
    z-index: 1020;
    background: transparent url('../img/ajax-loading-image.gif') 50% 50% no-repeat;
}
.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
    font-weight: bold;
	color: #3c8dbc;
}