.spacer {
    margin-top: 40px;
}

.padding-30 {
    padding: 30px;
}

.dashed{
    border: 5px dashed #ccc;
}

.drag_tab_panel .form-group:hover {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
    cursor: pointer !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
.drag_tab_panel .form-group >label:hover, .drag_tab_panel .form-group .form-control:hover{
    cursor: pointer !important;
}

.sort:hover {
    border: 2px dotted #337ab7;
    padding-bottom: 10px;
}
.sort:hover .btn-group {
    margin-top: 5px;
    display: block !important;
    -webkit-animation: fade_in 1s;
    animation: fade_in 1s;
}

@-webkit-keyframes fade_in {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fade_in {
    from { opacity: 0; }
      to { opacity: 1; }
}

.droppable_form{
    padding-bottom: 4px;
}
