#dynamic-form-elements .panel-heading {
    padding: 12px;
}

#dynamic-form-elements ul {
    list-style: none inside none;
    padding: 0;
    margin: 0;
}

#dynamic-form-elements ul .btn {
    margin-right: 6px;
}

.absolute {
    position: absolute;
}

#dynamic-form-elements ul li .action-bar {
    height: 28px;
    line-height: 28px;
    width: 100%;
    margin-top: 2px;
    top: 0;
    right: 0;
    z-index: 99;
}

#dynamic-form-elements .well {
    padding: 0;
    position: relative;
    background-color: #ffffff;
    border: 2px solid transparent;
    margin: 2px auto;
    min-height: 36px;
}

#dynamic-form-elements ul li .well.border {
    border: 2px solid #303641;
    border-radius: 3px;
}

#dynamic-form-elements ul li.editing .well.border {
    padding: 12px;
}

#dynamic-form-elements .ui-sortable-placeholder {
    height: 42px;
    line-height: 42px;
}

.element-copy .well {
    animation-name: blinker;
    animation-duration: .5s;
    animation-iteration-count: 4;
    animation-direction: alternate;
}

@-moz-keyframes blinker {
    from {background-color: #ffffff; color: inherit;}
    to {background-color: #95e294; color: #ffffff;}
}

@-webkit-keyframes blinker {
    from {background-color: #ffffff; color: inherit;}
    to {background-color: #95e294; color: #ffffff;}
}

@keyframes blinker {
    from {background-color: #ffffff; color: inherit;}
    to {background-color: #95e294; color: #ffffff;}
}

#dynamic-form-elements .panel-body ul {
    margin: 12px 0;
}

#dynamic-form-elements .icheckbox_minimal {
    margin-right: 12px;
}

#add-element-button {
    position: relative;
}

#body-container .element .table {
    margin-bottom: 0 !important;
}

#body-container .element .table td {
    vertical-align: middle;
}

#body-container .checkbox-element table td:first-child,
#body-container .table_header-element table td:first-child,
#body-container .header-element table td:first-child,
.student_evaluation #body-container .checkbox-element table td:nth-child(2),
#body-container .checkbox-element table td:nth-child(3),
#body-container .table_header-element table td:nth-child(3) {
    width: 10%;
}

#header-container .control_situation_header-element table td:first-child {
    width: 25%;
}

.checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper {
    width: 22px !important;
    height: 21px !important;
}

#body-container .checkbox-element table tr.roles td:first-child,
#body-container .table_header-element table tr.roles td:first-child,
#body-container .header-element table tr.roles td:first-child,
#body-container .checkbox-element table tr.roles td:nth-child(2),
#body-container .table_header-element table tr.roles td:nth-child(2) {
    width: 5%;
}

#body-container .checkbox-element table tr.roles td:nth-child(3),
#body-container .table_header-element table tr.roles td:nth-child(3) {
    width: 40%;
}

#body-container .checkbox-element table tr.roles td:nth-child(4),
#body-container .table_header-element table tr.roles td:nth-child(4) {
    width: 10%;
}

/* Hardcoded values */
#header-container .control_situation_header-element table td:first-child {
    /*color: #ff0000 !important;*/
    font-family: Calibri;
    font-weight: bold;
    font-size: 16pt;
}
#header-container .control_situation_header-element table td:first-child h1
{
    font-family: Calibri;
    font-size: 80pt;
    font-weight: bold;
    color: #ff0000 !important;
}

#header-container .control_situation_header-element table td:first-child h4 {
    color: #ff0000 !important;
    font-family: Calibri;
    font-weight: bold;
    font-size: 16pt;
    text-transform: uppercase;
}

.form-yellow-background {
    background-color: #ffff00;
}

.header-element h4 {
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

#form-header-element {
    font-family: Calibri;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
}

li.checkbox-element:nth-child(even) td {
    background-color: #edede0;

}

.table_header-element h4 {
    font-size: 14pt;
    font-weight: bold;
}

#desc {
    color: #000 !important;
}

h4 small {
    color: inherit;
}

#dynamic-form-elements .panel-body {
    font-family: 'Calibri' !important;
}

.red {
    color: #ff0000;
}

.panel-body td {
    line-height: 100% !important;
}

.margin-17 {
    margin-bottom: 10px !important;
}

.table {
    margin-bottom: 10px !important;
}

#form-content td {
    padding: 3px !important;
}

#form-content ol, #form-content ul {
    padding-left: 25px !important;
}

#form-content .form-header {
    padding: 5px !important;
}

#form-content h1 {
    margin: 0 !important;
}

#form-content h4 {
    margin-top: 2px;
    line-height: 85% !important;
}

#body-container .checkbox-element td, #body-container .checkbox-element td p {
    font-size: 12pt;
}

.text-black p {
    color: black;
}