/*$Id$*/

/*reset css starts*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow: hidden;
  height: 100%;
}

/* HTML5 display-role reset for older browsers */

body {
  font-family: 'Avenir', GillSans, Calibri, Trebuchet, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #FAFAFA;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*reset css ends*/

#editor-div {
  margin: 0;
  box-shadow: none;
}

#delugeEditorArea {
  height: calc(100% - 70px);
}

.dre-editor .deluge-left-pane {
  width: 200px;
  padding: 0px 22px;
  overflow: auto;
}

.dre-editor .deluge-execute-btn {
  background: #3c4a5d;
  border: 0px;
  border-radius: 1px;
  color: #ffffff;
}

.dre-editor .deluge-leftpane-header {
  padding-top: 20px;
}

.dre-editor .dre-popup-freeze {
  top: -70px;
}

/* .dre-topbar-title h2 {
      font-size: 22px;
      font-weight: 400;
      float: left;
      line-height: 70px;
      font-family: 'Helvetica Neue', sans-serif;
    } */

/** tryout topbar start **/

a {
  text-decoration: none;
}

.navbar-fixed {
  position: relative;
  height: 70px;
  z-index: 998
}

nav.top-nav #topNavbar {
  transition: all 0.2s ease;
  background: white;
}

nav.top-nav #topNavbar .nav-wrapper {
  box-shadow: 0px 2px 14px -8px rgba(0, 0, 0, 0.4);
}

nav .brand-logo {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
}

nav.top-nav a.page-title {
  padding-right: 25px;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000000;
}

.main-nav-scrolled {
  position: fixed;
  width: 100%;
  height: 70px;
}

.top-nav>.container {
  min-width: 100%;
}

.container {
  max-width: none !important;
}

.deluge-logo {
  content: "";
  background: url(../images/deluge_logo.svg);
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  float: left;
}

.dre-deluge-logo {
  content: "";
  background: url(../images/de-logo-light.svg);
  background-repeat: no-repeat;
  width: 160px;
  margin-right: 10px;
  background-size: 100%;
  float: left;
  height: 38px;
}

nav .button-collapse {
  height: 70px;
}

nav .button-collapse i {
  height: 70px;
  line-height: 70px;
}

.nav-wrapper .deluge-title {
  float: left;
  line-height: 50px;
  padding: 17px 0px 17px 25px;
}

nav ul {
  margin: 0
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1)
}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer
}

.views {
  float: right;
  padding: 10px 20px;
  line-height: 0px;
}

.views>div {
  display: inline-block;
  vertical-align: top;
}

.views .list-view, .views .grid-view {
  color: #535858;
  font-size: 19px;
  height: 39px;
  padding: 3px 10px;
  margin: 5px 0px;
  transition: background 0.2s ease-out;
}

.views>div i {
  height: 34px;
  line-height: 34px;
  vertical-align: top;
}

.views .list-view:hover, .views .grid-view:hover {
  background: #f1f2f3;
  margin: 5px 0px;
  height: 39px;
  cursor: pointer;
}

.views .active-view {
  border-bottom: 2px solid #009a9a;
}

.view-header {
  height: 40px;
  padding: 3px 10px;
  margin: 5px 0px;
}

.view-header li a {
  padding: 9px 15px;
  margin: 0px 18px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}

.view-header li a:hover {
  background: none;
}

.view-header li:hover {
  opacity: 0.8;
}

.view-header li.selected a {
  border-bottom: 2px solid #009a9a;
}

/** tryout topbar end **/

#editor-div .deluge-output {
  max-height: 500px;
  height: auto;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  z-index: 100001;
}

.editor-div-freeze-layer {
  width: 100%;
  height: calc(100% + 70px);
  opacity: 0.3;
  position: fixed;
  top: -70px;
  z-index: 100000;
  background: black;
  left: 0;
  right: 0;
  bottom: 0;
}

.dre-loading-elem, .loading-editor {
  position: fixed !important;
  top: 10%;
}

.deluge-do-result {
  display: block;
  width: 100%;
  float: left;
  white-space: break-spaces !important;
  padding-bottom: 5px;
}

html[deluge-theme="default"] .delugeEditorArea .freeflow-button a.deluge-execute-btn {
  background: #3D4A5D;
  color: white;
}

html[deluge-theme="dark"] body, html[deluge-theme="dark"] #delugeEditorArea, html[deluge-theme="dark"] #delugeEditorArea {
  background: #000000;
}

html[deluge-theme="dark"], html[deluge-theme="dark"] nav.top-nav #topNavbar, html[deluge-theme="dark"] .outercontainer, html[deluge-theme="dark"] .funcoverview, html[deluge-theme="dark"] .by-overview {
  background: #000000;
}

html[deluge-theme="dark"] nav a, html[deluge-theme="dark"] nav.top-nav a.page-title {
  color: #FFFFFF;
}

html[deluge-theme="dark"] .view-header li.selected a {
  border-bottom-color: #1da6e5;
}

html[deluge-theme="dark"] .dre-deluge-logo {
  background: url(../images/de-logo-dark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}