/*
  @ elements

    ### 00. Debug
    ### 01. Body [screenwidth]

*/

/* ###################################################### */
/* ### 00. Debug */
/* ###################################################### */

.debug_0 {
  position: fixed;
  left: 35%;
  top: 20px;
  margin: 0 0 0 -50px;
  background: rgba(255, 255, 255, .85);
  color: #222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-size: 40px;
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
}

.debug_0:hover {
  background: rgba(255, 255, 255, 1);
}

.debug_1,
.debug_2 {
  position: fixed;
  z-index: 6666;
  border-radius: 0;
  background: rgba(0, 0, 0, .85);
  font-size: 12px;
  width: 35%;
  height: 95%;
  overflow: auto;
  left: 10px;
  top: 10px;
  border: 1px solid #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.debug_1,
.debug_2,
[class*=debug_] h2 {
  color: #0c0;
  font-weight: bold;
  font-family: monospace !important;
}

.debug_2 {
  padding: 20px;
  font-size: 20px;
  width: 148px;
  height: auto;
  left: inherit;
  right: 10px !important;
}

.debug_2 span {
  cursor: help;
}

.debug_1 h2 {
  clear: both;
  font-size: 30px;
}

.debug_1 textarea {
  margin: 10px 0;
  min-height: 240px;
  width: 100%;
  border: 1px solid #0f0;
  padding: 15px;
  background: #000;
  resize: none;
}

[class*=debug_]::-webkit-scrollbar,
[class*=debug_] *::-webkit-scrollbar {
  width: 4px;
}

[class*=debug_]::-webkit-scrollbar-track,
[class*=debug_] *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 1);
  border-radius: 0;
}

[class*=debug_]::-webkit-scrollbar-thumb,
[class*=debug_] *::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 0, 0.5);
  border-radius: 0;
}

/* ###################################################### */
/* ### 01. Body [screenwidth */
/* ###################################################### */

body.no-flow {
  overflow: hidden;
}