@charset "UTF-8";
.WindowContainer { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 0; }
.MouseMoveAction { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 99999; }
.ControlWindowOverlay { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color:rgba(229, 229, 229, 0.75); cursor: default; }
.ControlWindowResize { position: absolute; padding: 5px; }
.ControlWindow { position: relative; width: 400px; height: 400px; left: 0px; top: 0px; background-color: white; border-radius: 5px; overflow: hidden; visibility:hidden; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }
.ControlWindowBorder { border: 2px solid white; }
.ControlWindow:focus, .ControlMenu:focus { outline:0px; }
.ControlWindowBackground { position: absolute; left: 0px; top: 40px; right: 0px; bottom: 0px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.ControlWindowContent { position: absolute; top: 40px; left:0px; width: 400px; height: 360px; border: none; }
.ControlWindowHeader { position: absolute; top: 0px; left: 0px; right: 0px; height: 40px; color: #8E8E8E; border-bottom: 2px solid rgba(151, 151, 151, 0.09); box-sizing:border-box; padding-right: 4px; cursor:default; }
.ControlWindowIcon { position: absolute; top: 9px; left: 10px; width: 20px; height: 20px; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.ControlWindowIconCircle { border-radius: 100px; border: 1px solid #2B2B2B; box-sizing:border-box; }
.ControlWindowTitle { position: absolute; top: 9px; left: 10px; right: 120px; height: 24px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.ControlWindowButton { position: relative; float: right; top: 7px; width: 24px; height: 24px; line-height: 22px; font-family:'Material Icons Outlined'; text-align: center; font-size: 16px; border: 2px solid rgba(255, 255, 255, 0.2); box-sizing: border-box; margin-right: 4px; }
.ControlWindowSearch { position: relative; float: right; top: 11px; width: 150px; margin-right: 8px; font-size: 9px; color: #808495; border: 1px solid #DCDCDC; height: 18px; border-radius: 5px; box-sizing: border-box; padding: 0px 25px 0px 10px; background: no-repeat; background-size: 10px; background-position: 130px center; background-image: url(/main/assets/search.svg); }
.ControlWindowSearch::placeholder { color: rgba(155, 155, 155, 0.25); }
.ControlWindowSearch::-ms-input-placeholder { color: rgba(155, 155, 155, 0.25); }
.ControlMenu { position: absolute; visibility:hidden; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }
.ControlMenuArrow { position: absolute; top: -12px; width: 0px; height: 0px; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid white; }
.ControlMenuContent { max-width: 360px; min-width: 200px; background-color: white; }
.ControlMenuTitle { padding: 20px 19px; font-size: 17px; color: #2B2B2B; border-bottom: 1px solid #F1F1F3; }
.ControlMenuItemContainer { overflow-y: auto; overflow-x: hidden; }
.ControlMenuItem { position: relative; min-height: 60px; cursor: pointer; border-bottom: 1px solid #F1F1F3; }
.ControlMenuItem:hover { background-color: #F7F7F7; }
.ControlMenuItemIcon { position: absolute; top: 15px; left: 20px; width: 30px; height: 30px; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.ControlMenuItemText { padding: 10px 40px 0px 62px; font-size: 11px; color: #808495; }
.ControlMenuItemTitle { font-size: 13px; font-weight: bold; padding-bottom: 5px; color: #4D565C; }
.ControlMenuItemHint { font-size: 9px; font-style: italic; text-align: right; padding: 2px 20px 2px 62px; display: none; }
.ControlMenuButton { text-align: center; font-size: 12px; color: #C2C2C2; line-height: 40px; cursor: pointer; display: none; }
.Dialog { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 200px; max-width: 400px; min-height: 110px; color: #2B2B2B; background-color: #F6F6F6; border-radius: 5px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); font-size: 12px; }
.DialogText { margin: 15px; }
.DialogFooter { position: relative; text-align: right; white-space: nowrap; overflow: hidden; margin-top: 35px; padding-right: 3px; }
.DialogButton { position: relative; display: inline-block; min-width: 70px; padding: 0px 10px; height: 24px; line-height: 24px; margin: 8px 9px; vertical-align: bottom; text-align: center; font-size: 10px; box-sizing: border-box; border-radius: 5px; cursor: pointer; }
.DialogPrimary { font-weight: 500; }
.DialogSecundary { color: #707070; border: 1px solid #707070; }