
.pccf h2.header {
    font-size: 20px;
    margin-top: 0;
}

.pccf p.header {
    font-size: 14px;
}

/* COMPONENT TABS */

#formtabs {
    font-size: 14px;
}

.pccf .tab-pane {
    padding-top: 20px;
}

.pccf .nav>li>a {
    padding: 8px 13px;
    display:block!important;
}

/* FORM BUILDER SECTIONS */

#target fieldset {
    width: 100%;
    /*overflow: hidden;*/
    min-height: 500px;
    padding: 0 5px 30px 5px;
}

#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 .component:first-child {
    border: none;
}

.target:after{
    float: left;
    content: " ";
    height: 77px;
    margin-top: 3px;
    background: #f0f0f0;
    width: 100%;
    border: 1px dashed #ccc;
}

#components {
  min-height: 500px;
}

.pccf .required-control .control-label:after {
    content: " *";
    color: #fc4c5e;
}

/* FORM COMPONENTS */

.pccf .component {
  cursor: pointer;
}

.pccf legend {
    border-bottom: none;
}

.pccf input {
  cursor: pointer;
}

.pccf textarea {
  resize: vertical;
}

.pccf .captcha {
    min-height: 100px;
    background: url(../img/recaptcha.gif) no-repeat 12px 0;
    background-size: 330px;
}

.pccf .vcaptcha {
    min-height: 110px;
    background: url(../img/visual_captcha.png) no-repeat;
    background-size: contain;
}

/* POPOVER */

.pccf form .popover form {
    width: 224px;
}

.pccf form .popover .controls {
  margin-left: 0;
}

.pccf form .popover .control-label {
  text-align: left;
}

.pccf .popover {
    margin-top: 80px;
    z-index: 10;
    width: 255px;
    bottom:auto;
}

.pccf .popover input {
    cursor: text;
}

.pccf .popover-content form .btn {
    margin-right: 10px
}

.pccf .popover .control-group {
    cursor: default;
}

.pccf .popover .arrow {
    margin-top: -90px!important;
}

/* OTHER */

.temp {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
}

.temp form {
    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;
    width: calc(50vw - 150px);
}

#temp > .form-group {
    width:120%;
    clear:both;
}
#temp  p,
#temp  div,
#temp  input,
#temp  label,
#temp  h1,
#temp  h2,
#temp  h3,
#temp  h4,
#temp  h5,
#temp  h6
{
    cursor: pointer;
}
#render {
    min-height: 500px;
    font-family: monospace;
}

.pccf .form-group.formpage .col-md-6{
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
}


.pccf .fs-upload-target {
    background: #ffffff;
    border: 3px dashed #cccccc;
    border-radius: 3px;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background 0.15s linear, border 0.15s linear, opacity 0.15s linear;
    transition: background 0.15s linear, border 0.15s linear, opacity 0.15s linear;
    font-family: arial, helvetica, sans-serif;
}

.pccf .form-horizontal .form-group {
    display:block;
    margin-bottom:15px;
}

.pccf .nav {
    display:block!important;
}

.row.formbuilderrow {
    /*border: 7px solid #ddd;*/
    padding: 30px;
    margin: 0px;
    padding-bottom:0px;
    min-height:700px;
}

.radio, .checkbox {
    display: block !important;
}
