/*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;
  vertical-align: baseline;
}*/

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
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;
}
a{
  color: rgb(63,81,181);
}
.material-icons.md-16 { font-size: 16px; vertical-align: middle;}
.nopop {
  position: relative !important;
}
.card {
  margin: 20px;
}
.md-avatar {
  width: auto;
  height: 200px;
}
.cross-out {
  text-decoration: line-through;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.bg {
  background: #ebeef0
}
.overlay {
  background: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: opacity .25s ease;
}
.box div {
  display: inline-block;
}
.box figure {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.box figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.box figure:hover, .hover {
  opacity: .5;
  border-bottom: 1px solid gray !important;
}
/*
.fixed-header {
  margin-top: 43px;
}*/

.preview {
  z-index: -100;

}

.preview iframe {
  height: 600px;
  width: 100%;
}

.editor-form-content {

}

.editor-tab-container{
  height: 75vmin;
}

md-tabs.editor-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 100% !important;
}

md-checkbox.selectAll{
  margin-left: 10px !important;
  margin-top: 10px !important;
  padding-top: 2px;
}

.inline-stats small{
  margin-right: 5px;
  vertical-align: middle;
}

.footer {
  position: fixed;
  bottom: 0;
}

.loader{
  position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
}

.disabled{
  color:rgba(0,0,0,0.38);
}


@media screen and (max-width: 767px) {

  .editor-form-content {
    margin-bottom: 50px!important;
  }

  .editor-tab-container{
    height: 45vh;
  }
}
