/*body {
        padding-top: 60px;  60px to make the container go all the way to the bottom of the topbar 
        padding-bottom: 10px;
      }*/
#components{
    min-height: 600px;
    margin-top: 0px;
    border: 1px solid #dedede;
    padding: 10px 15px;
}
#target{
    min-height: 676px;
    border: 1px solid #ccc;
    padding: 20px;
}
#target .component{
    border: 1px solid #fff;
}
#temp{
    width: 500px;
    background: white;
    border: 1px dotted #ccc;
    border-radius: 10px;
}

.popover-content form {
    margin: 0 auto;
    width: 280px;
}
.popover-content form .btn{
    margin-right: 10px
}
#source{
    min-height: 500px;
}

#form_builder .nav-tabs > li.active > a, .nav-tabs > li.open > a {
    background: #3dba6f;
    color: #ffffff;
    border-color: transparent;
    border-radius: 0;
}

#form_builder .nav-tabs > li > a {
    background: #dedede;
    border: none;
    padding: 10px 20px;
    color: #000000;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

#form_builder .form-control
{
   cursor: all-scroll; 
}