body {
  height: auto;
}

editor {
  max-width: 100%;
  min-height: 400px;
  background: #eee;
  margin: 40px;
  display: block;
  font-family: 'open sans';
  border-radius: 5px;
  overflow: hidden;
}

editor h1{
  font-family: montserrat;
  display: block;
  float: left;
  margin-right: 27px;
  font-size: 3.5em;
  line-height: 30px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0);
}

.outer-buttons-container{
  margin: 20px 0 0;
}

.outer-buttons-container i{
  margin-right: 7px;
}

.outer-buttons-container .btn{
  margin-right: 5px;
}

editor .section{
  padding: 50px;
}

editor .section:first-child{
  background: #DDD;
}

editor .section:last-child{
  padding-bottom: 60px;
  background: #DDD;
}

starter-notes{
  display: block;
  clear: both;
  font-size: 1.8em;
  line-height: 1.6em;
  margin-top:40px;

}

starter-notes{
  display: block;
  clear: both;
  font-size: 1.8em;
  line-height: 1.6em;
  margin-top:40px;
}

starter-notes i{
  margin-right: 4px;
}

table.eap_demo_data td,
table.eap_demo_data th{
  font-size: 15px;
  padding: 12px 18px;
}

table.eap_demo_data th{
  font-weight: bold;
  padding: 5px 10px;
}

table.eap_demo_data td{
  border: 1px solid #ccc;
  text-align: center;
  line-height: 100%;
}

table.eap_demo_data thead th{
  text-align: center;
  line-height: 2em;
}

table.eap_demo_data thead span{
  color: #8E8D8D;
  font-size: 21px;
}

.section>h2{
  font-family: montserrat;
  display: inline-block;
  width: 100%;
}

.divider {
  border-top: 3px solid #F5F5F5;
  border-bottom: 3px solid #E6E6E6;
  border-radius: 10px;
  width: 100%;
  margin-top: 7px;
}

cell{
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  clear: both;
  min-height: 70px;
}

cell:after{
  content: ' ';
  display: block;
  clear: both;
}

cell .form-control{
  max-width: 350px;
  color: #777;
  margin-bottom: 3px;
  display: inline-block;
}

cell .form-control.cell-title{
  border-radius: 7px 7px 0 0;
  padding-right: 40px;
}

cell input.form-control.cell-content{
  border-radius: 0 0 7px 7px;
}

.cell-title+i{
  color: #ECECEC;
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 16px;
  border-left: 1px solid;
  padding: 6px 10px;
  background: white;
}

.cell-template-file-box{
  display: inline;
}

.content-template-file{
  position: relative;
}

.content-template-file span{
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 13px;
}

.template-help{
  position: absolute;
  top: 4px;
  right: 8px;
  opacity: 1;
  color: inherit!important;
  font-size: 20px;
}

.template-help.close-template-help{
  opacity: .5;
}

cell input.form-control.cell-template-file{
  margin: 0;
}

.position{
  width: 40px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  font-size: 18px;
  padding-top: 2px;
}

.position i{
  padding: 2px;
  cursor: pointer;
}

.position i.fa-times{
    color: rgb(216, 106, 103);
}

.content{
  float: left;
  margin-right: 20px;
  width: 350px;
  position: relative;
}

.other{
  line-height: 33px;
  display: inline-block;
  width: 600px;
  padding-left: 75px;
  position: relative;
}

.other b{
  position: absolute;
  left: 0;
}

cell b{
  margin-right: 10px;
  display: inline-block;
}

.other span{
}

.other .cell-type{
  max-width: 150px;
  font-family: inherit;
  display: inline-block;
}

.other span.tag{
  margin: 0;
  padding: 0 4px;
  background: #DDDDDD;
  display: inline-block;
  line-height: 1.5em;
  font-size: 13px;
  color: #272727;
}

.relationship-indicator{
  margin-left: 4px;
  margin-right: 2px;
}

add-cell{
  padding-left: 40px;
}

add-cell .btn i{
  margin-right: 5px;
}

.content-image{
  height: 150px;
  background: #ddd;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.content-image>span{
  display:block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb;
  padding: 35px 10px 5px;
}

.cell-image{
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.resp-table{
  max-width: 500px;
}

.resp-table th:first-child{
  width: 140px;
}

.resp-table th{
  text-align: center;
  width: 70px;
}

.resp-table th{
  border-bottom: none!important;
}

.resp-table input{
  max-width: 120px;
  padding-right: 8px;
}

.database.table{
  max-width: 650px;
  margin-bottom: -16px;
}

.database.table th{
  text-align: left;
  width: 33.3%;
  border-top: none;
  padding-top: 10px;
}

.database.table label{
  background: #E8E8E8;
  padding: 0 5px;
}

.database.table .table{
  background: transparent;
  border-color: transparent;
  margin-bottom: 0;
}

.database.table .table .table{
  margin-bottom: 10px;
}

.database.table .table .table td,
.taxonomy-table tr:first-child td{
  border: none!important;
}

.taxonomy-table tr td{
  width: 50%;
}

.database.table td+td{
  padding: 0;
}

.query_ops{
  margin: 30px 0;
}

.query_ops .op{
  margin-bottom: 1em;
}

.query_ops label{
  float: left;
  margin-right: 10px;
  clear: both;
  position: relative;
  top:  6px;
}

editor input[type="number"],
editor input[type="text"] {
  height: auto;
}

.query_ops input{
  max-width: 400px;
}

.query_ops input[type=number]{
  max-width: 80px;
  padding-right: 9px;
}

textarea.shortcode{
  width: 600px;
  max-width: 100%;
  min-height: 200px;
}

warning span{
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #A74848;
}

warning span i{
  margin-right: 10px;
}

.footer-section h2{
  color: #8A8A8A;
}

.footer-section h2 span{
color: black;
text-decoration: none;
}

.footer-section h2+span{
  font-size: 1.8em;
  line-height: 1.6em;
}

.footer-section h2+span i{
  margin-right: 5px;
}
