html {
    height: 100%;
}
#main-content {
    height: 100%;
    padding-bottom: 20px;
}
#editor, .ace-editor {
    border: 1px solid #dddddd;
    height: 400px;
    margin-bottom: 20px;
}
#register textarea {
    resize: none;
    height: 400px;
}
#register .terms-of-use {
    margin-bottom: 20px;
}
#errors, .errors, .red {
    color: red;
}
@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
  }
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.borderless td {
    border: none !important;
}
.strong {
    font-weight: bold;
}
.left {
    float: left;
}
.color {
    width: 80px;
}
.color div {
    width: 80px;
    height: 20px;
}
.clear-both {
    clear: both;
}
.popover-content {
    white-space: nowrap;
}
.add-rule {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 120%;
}
.select2-results {
    max-height: 500px;
}

.modal-backdrop.in {
  z-index: auto;
}

#file-editor #content {
    height: 500px;
}
table.fields tr td {
    padding-top: 0px;
}
table.fields td {
    border-top: none !important;
}
table.fields td:first-child {
    padding-left: 0px;
}
