body {
  padding-top: 20px; /* 60px to make the container go all the way to the bottom of the topbar */
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

#components {
  min-height: 500px;
}

#target fieldset {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 5px;
  padding-bottom: 30px;
}

#target fieldset div.component:hover {
    background-color: #eee;
}

.component {
  cursor: pointer;
}

input {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.popover .control-group {
  cursor: default;
}
.popover input {
  cursor: text;
}

.temp{
  background: transparent;
  position: absolute;
  
  overflow-x: hidden;
  
}

.temp.form-horizontal.span6 {
  padding: 8px 4px;
  border: 1px dotted #ccc;
  position: absolute;
  background: white;
  box-shadow: 0px 0px 30px #999;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  overflow: hidden;z-index: 999999;
  top: 0;left: 0;
}

#render{
  min-height: 500px;
  font-family: monospace;
}

/* Popovers now are appended to their parent rather
than to the body/main document as they once were.
We need to over-ride some inherited stuff.. */
form .popover .controls {
  margin-left: 0;
}

form .popover .control-label {
  text-align: left;
}

form .popover form {
  width: 224px;
}

.popover-content .btn{
  margin-right: 10px
}

.target:after{
  float:left;
  content: " ";
  height: 77px; 
  margin-top: 3px;
  background: #f0f0f0;
  width: 100%;
  border: 1px dashed #ccc;
}

#target, #input, #radioscheckboxes, #select, #buttons {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

#target fieldset{
 width: 100%;
 overflow: hidden;
}

.default-image {
    background-image:url("../img/default.png");
    width: 256px;
    height: 134px;
    border:none;
}

#loading-indicator {
  position: absolute;
  left: 50%;
  top: 200px;
}

.checkbox-format {
    margin-bottom: 5px;    
}

.checkbox-format span {
    display: inline-flex;
    margin-left: 10px;
    font-weight: 600;
}

.checkbox-format input[type=checkbox] {
    display: inline-flex;
    margin-right: 10px;
}

.form-group label, .control-label {
    font-weight: 600;
}

.form-group label.help-block{
    font-weight: 300;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.col-sm-12 {
    width: 100%;
    float: left;
}

.form-group {
    margin-top: 10px;
}

.form-group input[type='text'] {
    width: 90%;
}

.form-group select {
    width: 90%;
}

.edit-header {
    margin-top: 20px;
}
.edit-header b {
    font-size: 30px;
}

.popover {
    max-width: 600px !important;
}

hr.col-sm-12 {
    margin: 10px 0; 
} 

.button-wrapper {
    margin-bottom: 15px;
}

a.disabled, .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete {
  z-index: 10000000;
}

.selectpicker {
    width: 150px !important;
}

.custom-select {
    width: 220px !important;
}

.form-group .custom-select {
    width: 90% !important; 
}
.disabled-message {
    font-size: 12px;
    color: red;
}

input.error{
    border-color: red !important;
}

.selectpicker.error {
    border: 1px solid red;
    border-radius: 5px;
}

p.error {
    color: red;
}

.remove > img {
    max-width: unset;
}
 
.popover-1000 {
    max-width: 1100px !important;
    top: 50% !important;
    left: 50% !important;
    margin-right: -50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

.popover-1000 .arrow {
    display: none;
}

.hide-on-lead {
    display: none;
}
 
.popover-1000 .control-label {
    width: 100px;
}