﻿

	.embeddedServiceSidebar.layout-docked .dockableContainer {

	}

@media screen and (min-width: 768px) {
	.modalContainer.sidebarMaximized.layout-docked.embeddedServiceSidebar{
		background: rgba(0,0,0,0.3);
    	width: 100%;
    	height: 100%;
	}
	.embeddedServiceSidebar.layout-docked .dockableContainer {
	  position: absolute;
	  top: 0px;
	  right: 0px!important;
	  bottom: 0px;
	  left: 0px!important;
	  margin: auto!important;
	  width: 800px!important;
	  height: 780px!important;
	}
}