@media print
{
    .header, header *, button, button *, footer, footer *
    {
        display: none !important;
    }

    #navigation-affix {
        position: relative;
    }
}

legend {
    font-size: 22px;
}

#main {
    color: #333333;
}

.separator {
        border-left: 3px solid white;
        padding-left: 18px !important;
    }

.separator img {
    max-height: 28px;
    margin-top: -4px;
}

#hidden_div {
    display: none;
}

#draggable_components {
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 10px ;
    position: fixed;
    bottom: 0;
    width: 363px;
    cursor: move;
    padding-bottom: 15px;
}

#draggable_components h2 {
    margin-top: 15px;
}

#draggable_components * {
    cursor: move;
}

#target {
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    min-height:300px;
}

#target *:not(button) {
    cursor: move!important;
}

#target p {
    cursor: text!important;
}

#target_row {
    margin-bottom: 20px;
}

#formular_name {
    border-bottom: 1px solid #333333;
    display: inline-block;
    line-height: 1.5;
    min-width: 50px;
    min-height: 43px;

}

#formular_name > p, #number_one, #semester, #pre_formular_name {
    display: inline !important;
    line-height: 1.5;
    min-width: 50px;
    min-height: 43px;
    /*content: ' ';*/
}

.edit_fieldset {
    min-height: 30px;
    min-width: 30px;
}

.edit_text {
    min-height: 25px;
}

.element-fieldset {
    border-width: 0;
    border-left: 5px solid #00749b;
    padding-left: 5px;
    margin-bottom: 5px;
    cursor: move;
}

.element-row {
    border-width: 0;
    border-left: 5px solid #00a8cd;
    background-color: rgba(0, 168, 205, 0.05);
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 3px;
    padding-top: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: move;
}

.element-col {
    border-width: 0;
    border-left: 5px solid #00c7ff;
    padding-left: 5px;
    margin-bottom: 2px;
    cursor: move;
}

.element-col *:not(.edit_text *) {
    cursor: move !important;
}

.element-col .edit_text {
    margin-top: 6px;
    display: inline-block;
    width: 100%;
}

.number_section, .number_section p, .edit_fieldset, .edit_fieldset p {
    display: inline !important;
}

.sortable-col, .sortable-col_blank, .element-col {
    min-height: 36px;
}

.popover {
    cursor: default;
}

.transition{
    transition: 500ms;
}

.stack-margin-element {
    margin-left: 0px;
    margin-right: 0px;
}

.stack-padding-element {
    padding-left: 0px;
    padding-right: 0px;
}

.stack-margin {
    margin-top:15px;
}

#properties {
    border-right: 3px solid #ffffff;
    background-color: #6f6f6e;
}

#properties .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:100%;
}

.vcenter {
    float:none;
    display:inline-block;
    vertical-align:middle;
}

.navmenu-header {
    margin: 0;
    padding: 0;
}

.navmenu-times {
    padding-left: 0;
    cursor: pointer;
}

.navmenu-brand, .navmenu-container label {
    color: #ffffff !important;
}

.navmenu-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navmenu-container label {
    margin: 0;
    font-weight: 400;
}

#width_slider {
    width: 100%;
}

#width_slider .slider-selection {
    background: #BABABA;
}

#reset {
    float: right
}


textarea {
    /* will prevent resizing horizontally */
    resize:vertical;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow:hidden;
    margin: 0
}

.active_element_option {
    animation: pulse 2s infinite;
    visibility: visible !important;
}

.active_element {
    animation: pulse 2s infinite;
    visibility: visible !important;
    z-index: -1;
}

@keyframes pulse {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }
    50% {
        background-color: #cccccc;
    }
    100% {
        background-color: rgba(0, 0, 0, 0);
    }
}

.required_field {
    border-left: 5px solid red !important;
}

.radio, .checkbox {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.radio label, .checkbox label {
    margin-top: 0 !important;
}


/* Alignment styles for images, videos and iframes in editable regions */

/* Left align */
[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}

[data-type=DATEPICKER] .form-group {
    margin-left: 0;
    margin-right: 0;
}

[data-type=DATEPICKER] input {
    z-index: 0 !important;
}

.file-caption-main {
    z-index: 0 !important;
}

@media (max-width: 767px) {
    .separator {
        border-left: 0;
        border-top: 3px solid white !important;
        padding-left: 0px !important;
    }
}
