@import "compass";
@import "mixins";

.datepicker-popover {width:350px;}

.reservView-portlet {
	#lay_mask {
		position:fixed;
	}
	
	#overlay_disabling {
	    display:none; 
	    z-index:999;
	    position:fixed; 
	    top:0%; 
	    left:0%; 
	    width:100%; 
	    height:100%; 
	    background-color:#fff; 
	    opacity:.00; 
	    filter:alpha(opacity=00); 
	}
}

.recLevel_2 {
    padding-left: 23px;
}