/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.aligned-bottom {
  bottom: 0;
  top: auto;
  transform-origin: bottom center; }

.aligned-bottom.aligned-left {
  transform-origin: bottom left; }

.aligned-bottom.aligned-right {
  transform-origin: bottom right; }

.aligned-center {
  left: 50%;
  top: 50%;
  transform-origin: center; }

.aligned-center-x {
  left: 50%; }

.aligned-center-y {
  top: 50%; }

.aligned-left {
  left: 0;
  right: auto;
  transform-origin: left center; }

.aligned-right {
  left: auto;
  right: 0;
  transform-origin: right center; }

.aligned-top {
  bottom: auto;
  top: 0;
  transform-origin: top center; }

.aligned-top.aligned-left {
  transform-origin: top left; }

.aligned-top.aligned-right {
  transform-origin: top right; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.anchored-bottom,
.anchored-bottom.anchored-center {
  transform-origin: top center; }

.anchored-bottom.anchored-left {
  transform-origin: top right; }

.anchored-bottom.anchored-right {
  transform-origin: top left; }

.anchored-center {
  transform-origin: center; }

.anchored-left {
  transform-origin: right center; }

.anchored-right {
  transform-origin: left center; }

.anchored-top,
.anchored-top.anchored-center {
  transform-origin: bottom center; }

.anchored-top.anchored-left {
  transform-origin: bottom right; }

.anchored-top.anchored-right {
  transform-origin: bottom left; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-component.cc-closable .btn-close {
  cursor: pointer;
  display: inline-block;
  line-height: normal; }

.cc-component.closed {
  transition-duration: 0.2s;
  transition-timing-function: ease; }

.cc-component.opened {
  transition-duration: 0.3s;
  transition-timing-function: ease; }

.cc-anim-fade.closed {
  opacity: 0 !important; }

.cc-anim-fade.opened {
  opacity: 1 !important; }

.cc-anim-resize.closed {
  transform: perspective(1000px) scale(0.8) !important; }

.cc-anim-resize.opened {
  transform: scale(1) !important; }

.cc-anim-slide.aligned-bottom.closed,
.cc-anim-slide-y.aligned-bottom.closed {
  bottom: -100% !important; }

.cc-anim-slide.aligned-bottom.opened,
.cc-anim-slide-y.aligned-bottom.opened {
  bottom: 0 !important; }

.cc-anim-slide.aligned-left.closed,
.cc-anim-slide-x.aligned-left.closed {
  left: -100% !important; }

.cc-anim-slide.aligned-left.opened,
.cc-anim-slide-x.aligned-left.opened {
  left: 0 !important; }

.cc-anim-slide.aligned-right.closed,
.cc-anim-slide-x.aligned-right.closed {
  right: -100% !important; }

.cc-anim-slide.aligned-right.opened,
.cc-anim-slide-x.aligned-right.opened {
  right: 0 !important; }

.cc-anim-slide.aligned-top.closed,
.cc-anim-slide-y.aligned-top.closed {
  top: -100% !important; }

.cc-anim-slide.aligned-top.opened,
.cc-anim-slide-y.aligned-top.opened {
  top: 0 !important; }

.cc-anim-zoom.closed {
  transform: scale(0) !important; }

.cc-anim-zoom.opened {
  transform: scale(1) !important; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-component {
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  line-height: 1em;
  position: relative; }

.cc-component:focus {
  outline: none; }

.cc-component.computing,
.cc-component.no-animation,
.cc-component.no-transition {
  -webkit-animation: none !important;
  animation: none !important;
  transition: none !important; }

.cc-component.hidden {
  display: none !important;
  transition: none !important; }

.cc-component.maximized {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  transition-timing-function: ease-out; }

.cc-component.maximized-x {
  width: 100%;
  left: 0;
  right: 0;
  transition-timing-function: ease-out; }

.cc-component.maximized-y {
  height: 100%;
  bottom: 0;
  top: 0;
  transition-timing-function: ease-out; }

.cc-component.minimized {
  height: auto;
  width: auto;
  transition-timing-function: ease-out; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
body > .cc-dialog {
  position: fixed; }

.cc-dialog {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 10px;
  position: absolute;
  transition-property: opacity, height, width, transform;
  z-index: 10; }

.cc-dialog.cc-movable {
  position: absolute !important; }

.cc-dialog-content {
  line-height: 1.5em;
  overflow: auto;
  margin: 20px 0;
  padding: 0 20px; }

.cc-dialog-footer {
  border-top: solid 1px #EEEEEE;
  padding: 20px;
  text-align: right; }

.cc-dialog-header {
  border-bottom: solid 1px #EEEEEE;
  min-height: 56px;
  padding: 20px; }

.cc-dialog.cc-closable .cc-dialog-header {
  padding-right: 56px; }

.cc-dialog-header .btn-close {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px; }

.cc-dialog-header .btn-close:focus,
.cc-dialog-header .btn-close:hover {
  color: rgba(0, 0, 0, 0.6); }

.cc-dialog-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

:-webkit-full-screen {
  width: 100%;
  height: 100%; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-grid {
  background-color: #EEEEEE;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  display: block; }

.cc-grid > .cc-widget {
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  margin: 2em;
  border-radius: 3px;
  padding: 1em;
  transition: background 200ms, border 200ms, opacity 200ms, box-shadow 200ms; }

.cc-grid > .cc-widget:hover {
  border: solid 1px #65D0F3; }

.cc-grid > .cc-widget * {
  cursor: auto; }

.cc-grid > .cc-preview {
  background-color: transparent;
  border: dotted 3px #65D0F3; }

.cc-grid > .dragging {
  background-color: #57A0BE !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-color: #65D0F3;
  color: #EEEEEE;
  opacity: 0.7; }

.cc-grid > .resizing {
  background-color: #57A0BE !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-color: #65D0F3;
  color: #EEEEEE;
  opacity: 0.7; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-guide.cc-popup {
  background-color: rgba(60, 60, 60, 0.9);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #fafafa;
  display: inline-block;
  max-width: 300px;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  transition-property: background, opacity, height, width, bottom, left, right, top, transform;
  z-index: 9; }

.cc-guide .cc-popup-header {
  margin-bottom: 10px; }

.cc-guide .cc-popup-footer {
  margin-top: 10px;
  text-align: right; }

.cc-guide .cc-popup-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-component.cc-movable {
  position: relative; }

.cc-component.cc-movable.moving {
  transition-property: bottom, left, right, top;
  transition-duration: 0s; }

.cc-component.cc-movable .cc-movable-handle {
  cursor: move; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
body > .cc-notification {
  position: fixed; }

.cc-notification {
  background-color: rgba(60, 60, 60, 0.9);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #fafafa;
  display: inline-block;
  margin: 10px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  transition-property: background, height, width, bottom, left, right, top, opacity, transform;
  z-index: 100; }

.cc-notification:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.cc-notification-content {
  line-height: 1.5em; }

.cc-notification.cc-closable .cc-notification-content {
  margin-right: 25px; }

.cc-notification .btn-close {
  cursor: pointer;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-notification-stack {
  overflow: auto;
  padding-bottom: 5px;
  position: absolute;
  transition-property: height, width, bottom, left, right, top, opacity, transform;
  z-index: 10; }

body > .cc-notification-stack {
  position: fixed; }

.cc-notification-stack .cc-notification {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto; }

.cc-notification-stack.aligned-bottom .cc-notification {
  transform-origin: bottom center; }

.cc-notification-stack.aligned-bottom.aligned-left .cc-notification {
  transform-origin: bottom left; }

.cc-notification-stack.aligned-bottom.aligned-right .cc-notification {
  transform-origin: bottom right; }

.cc-notification-stack.aligned-left .cc-notification {
  transform-origin: left center; }

.cc-notification-stack.aligned-right .cc-notification {
  transform-origin: right center; }

.cc-notification-stack.aligned-top .cc-notification {
  transform-origin: top center; }

.cc-notification-stack.aligned-top.aligned-left .cc-notification {
  transform-origin: top left; }

.cc-notification-stack.aligned-top.aligned-right .cc-notification {
  transform-origin: top right; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
body > .cc-overlay {
  position: fixed; }

.cc-overlay {
  background-color: rgba(240, 240, 240, 0.5);
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition-property: background-color, opacity, height, width, transform;
  z-index: 1; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
body > .cc-panel {
  position: fixed; }

.cc-panel {
  background-color: white;
  border: solid 1px #CCCCCC;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
  position: absolute;
  transition-property: background, opacity, height, width, bottom, left, right, top, transform;
  z-index: 1; }

.cc-panel-content {
  line-height: 1.5em;
  overflow: auto;
  margin: 20px 0;
  padding: 0 20px; }

.cc-panel-footer {
  color: #888888;
  padding: 20px; }

.cc-panel-header {
  border-bottom: solid 3px #57A0BE;
  padding: 20px; }

.cc-panel-header .btn-close {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px; }

.cc-panel-header .btn-close:focus,
.cc-panel-header .btn-close:hover {
  color: rgba(0, 0, 0, 0.6); }

.cc-panel-title {
  font-weight: bold;
  margin: 0; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-popup {
  background-color: rgba(60, 60, 60, 0.9);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #fafafa;
  display: inline-block;
  margin: 8px;
  padding: 10px;
  position: absolute;
  transition-property: background, opacity, height, width, bottom, left, right, top, transform;
  z-index: 9; }

.cc-popup-content {
  line-height: 1.5em; }

.cc-popup .btn-close:focus,
.cc-popup .btn-close:hover {
  color: rgba(255, 255, 255, 0.7); }

.cc-popup.anchored-bottom.anchored-left {
  border-radius: 5px 0 5px 5px; }

.cc-popup.anchored-bottom.anchored-right {
  border-radius: 0 5px 5px 5px; }

.cc-popup.anchored-top.anchored-left {
  border-radius: 5px 5px 0 5px; }

.cc-popup.anchored-top.anchored-right {
  border-radius: 5px 5px 5px 0; }

.cc-popup-tail {
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute; }

.cc-popup-tail-bottom {
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-top: solid 8px rgba(60, 60, 60, 0.9);
  margin: 0 -16px;
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto; }

.cc-popup-tail-left {
  border-bottom: solid 8px transparent !important;
  border-top: solid 8px transparent !important;
  border-right: solid 8px rgba(60, 60, 60, 0.9);
  margin: -8px 0 -8px;
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%; }

.cc-popup-tail-right {
  border-bottom: solid 8px transparent !important;
  border-top: solid 8px transparent !important;
  border-left: solid 8px rgba(60, 60, 60, 0.9);
  margin: -16px 0 0;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%; }

.cc-popup-tail-top {
  border-left: solid 8px transparent !important;
  border-right: solid 8px transparent !important;
  border-bottom: solid 8px rgba(60, 60, 60, 0.9);
  margin: -8px 0 -8px;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0; }

.cc-popup-tail-bottom.cc-popup-tail-left,
.cc-popup-tail-bottom.cc-popup-tail-right,
.cc-popup-tail-top.cc-popup-tail-left,
.cc-popup-tail-top.cc-popup-tail-right {
  display: none; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-component.cc-resizable {
  position: relative; }

.cc-component.cc-resizable.resizing {
  transition-property: height, width;
  transition-duration: 0s; }

.cc-component.cc-resizable .cc-resize-handle {
  cursor: nwse-resize;
  display: none;
  min-height: 5px;
  min-width: 5px;
  position: absolute;
  z-index: 1; }

.cc-component.cc-resizable.resizing .cc-resize-handle,
.cc-component.cc-resizable:hover .cc-resize-handle {
  display: block; }

.cc-component.cc-resizable .cc-resize-handle-e {
  cursor: e-resize;
  height: 100%;
  right: 0;
  top: 0; }

.cc-component.cc-resizable .cc-resize-handle-n {
  cursor: n-resize;
  left: 0;
  top: 0;
  width: 100%; }

.cc-component.cc-resizable .cc-resize-handle-ne {
  cursor: ne-resize;
  right: 0;
  top: 0;
  z-index: 2; }

.cc-component.cc-resizable .cc-resize-handle-nw {
  cursor: nw-resize;
  left: 0;
  top: 0;
  z-index: 2; }

.cc-component.cc-resizable .cc-resize-handle-s {
  cursor: s-resize;
  bottom: 0;
  left: 0;
  width: 100%; }

.cc-component.cc-resizable .cc-resize-handle-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
  z-index: 2; }

.cc-component.cc-resizable .cc-resize-handle-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
  z-index: 2; }

.cc-component.cc-resizable .cc-resize-handle-w {
  cursor: w-resize;
  height: 100%;
  left: 0;
  top: 0; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
html, body {
  min-height: 100%; }

body {
  position: static; }

.hidden {
  display: none !important;
  transition: none !important; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-switcher {
  overflow: hidden;
  padding: 10px; }

.cc-switcher .hidden {
  display: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s; }

.cc-switcher .active,
.cc-switcher .visible {
  opacity: 1;
  transition-duration: 0.3s; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
td.cc-sorted {
  background-color: rgba(230, 230, 230, 0.5); }

th.cc-sortable {
  cursor: pointer; }

thead th.cc-sorted {
  background-color: rgba(230, 230, 230, 0.5);
  border-bottom-color: #57A0BE; }

tr.cc-selected {
  background-color: rgba(87, 160, 190, 0.1); }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-tab {
  background-color: #DDDDDD;
  border-radius: 3px 3px 0 0;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  transition: all 200ms; }

.cc-tab:hover {
  color: #333333; }

.cc-tab-content {
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  border-top: none;
  display: block;
  box-sizing: border-box;
  overflow: auto;
  padding: 1em;
  width: 100%; }

.cc-tabs {
  border-bottom: solid 3px #57A0BE;
  display: block; }

.cc-tabs .active {
  background-color: #57A0BE;
  color: #FFFFFF; }

.cc-tabs .cc-disabled {
  background-color: #DDDDDD;
  color: #AAAAAA; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-tooltip {
  background-color: rgba(60, 60, 60, 0.9);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #fafafa;
  display: inline-block;
  margin: 10px;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  transition-property: background, opacity, height, width, transform;
  z-index: 100; }

.cc-tooltip-content {
  font-size: 0.9em;
  line-height: 1.1em; }

.cc-tooltip.anchored-bottom {
  transform-origin: top center; }

.cc-tooltip.anchored-left {
  transform-origin: right center; }

.cc-tooltip.anchored-right {
  transform-origin: left center; }

.cc-tooltip.anchored-top {
  transform-origin: bottom center; }

.cc-tooltip.anchored-bottom.anchored-left {
  transform-origin: top right;
  border-radius: 5px 0 5px 5px; }

.cc-tooltip.anchored-bottom.anchored-right {
  transform-origin: top left;
  border-radius: 0 5px 5px 5px; }

.cc-tooltip.anchored-top.anchored-left {
  transform-origin: bottom right;
  border-radius: 5px 5px 0 5px; }

.cc-tooltip.anchored-top.anchored-right {
  transform-origin: bottom left;
  border-radius: 5px 5px 5px 0; }

.cc-tooltip-tail {
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute; }

.cc-tooltip-tail-bottom {
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px rgba(60, 60, 60, 0.9);
  margin: 0 -12px;
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto; }

.cc-tooltip-tail-left {
  border-bottom: solid 6px transparent !important;
  border-top: solid 6px transparent !important;
  border-right: solid 6px rgba(60, 60, 60, 0.9);
  margin: -6px 0 -6px;
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%; }

.cc-tooltip-tail-right {
  border-bottom: solid 6px transparent !important;
  border-top: solid 6px transparent !important;
  border-left: solid 6px rgba(60, 60, 60, 0.9);
  margin: -12px 0 0;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%; }

.cc-tooltip-tail-top {
  border-left: solid 6px transparent !important;
  border-right: solid 6px transparent !important;
  border-bottom: solid 6px rgba(60, 60, 60, 0.9);
  margin: -6px 0 -6px;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0; }

.cc-tooltip-tail-bottom.cc-tooltip-tail-left,
.cc-tooltip-tail-bottom.cc-tooltip-tail-right,
.cc-tooltip-tail-top.cc-tooltip-tail-left,
.cc-tooltip-tail-top.cc-tooltip-tail-right {
  display: none; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.cc-tree {
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  border-radius: 3px;
  display: block;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0.5em; }

.cc-tree-item {
  list-style: none; }

.cc-tree-item-content {
  border-left: solid 2px #EEEEEE;
  display: block;
  margin-left: 1.3em;
  padding: 0; }

.cc-tree-item-content .cc-tree-item {
  margin: 0; }

.cc-tree-item-name {
  color: #555555;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  padding: 0.5em;
  transition: all 200ms; }

.cc-tree-item-name:hover {
  color: #222222; }

.cc-tree .active > .cc-tree-item-name {
  color: #57A0BE; }

.cc-tree .cc-collapsed > .cc-tree-item-name {
  background-color: #EEEEEE;
  color: #888888; }

.cc-tree .cc-disabled > .cc-tree-item-name {
  color: #AAAAAA; }

.cc-tree .cc-expanded > .cc-tree-item-name {
  background-color: #F5F5F5; }

/*!
 * The MIT License (MIT)
 *
 * Copyright (c) 2020 Karl STEIN
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
