* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

input,
textarea {
    padding: 1px;
}

.hidden {
    display: none;
}

li {
    list-style-type: none;
}

a img {
    border: 0;
}

/*** Content ***/

div#menu div.ifes {
    float: right;
    margin: 0;
    padding: 20px 0 0 0;
}

div#menu a.ifes_logo {
    width: 85px;
    top: 0;
    border-right-width: 10px;
    padding: 35px 13px 0 0;
    float: right;
    position: relative;
    border-right: solid #b9001f 10px;
}

div#status {
    float: right;
}

div#status img {
    margin-left: 10px;
}

div#menu {
    border-bottom: 1px solid #696969;
    margin: 0 0 40px 0;
}

div#nav ul {
    margin: 0 0 0 50px;
    padding: 0;
}

div#inner_nav {
    clear: both;
    padding-top: 20px;
}

div#nav div.language_switch {
    float: right;
    margin-left: 13px;
    margin-top: -13px;
}

div#nav li {
    display: inline;
}

div#nav li.space {
    margin-right: 25px;
}

div#nav a.curr {
    border-bottom: 2px solid #50A500;
    color: #50A500;
}

div#nav a:hover, div#nav a:active, div#nav a:focus {
    border-bottom: 2px solid #50A500;
    color: #50A500;
}

div#nav a {
    background-color: transparent;
    border-bottom-style: none;
    color: #53A05A;
    display: inline;
    font-family: Arial,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

ul#language_switch {
    float: right;
}

ul#language_switch li {
    display: inline;
}

ul#language_switch li.space {
    color: #000000;
    margin: 0 5px;
}

div#content {
    margin: 0 0 0 50px;
    padding-bottom: 40px;
    width: 880px;
}

div#footer {
    margin: 20px 0 20px 0;
    overflow: hidden;
    text-align: center;
    width: 880px;
}

hr {
    border: 0;
    border-top: 1px solid #000000;
    color: #000000;
    margin: 20px 0 0;
}

h1 {
    border-top: 1px solid #53A05A;
    color: #53A05A;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 4px 0 0;
}

h2 {
    border-top: 1px solid #53A05A;
    color: #53A05A;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 4px 0 0;
}

h3 {
    border-top: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 4px 0 0;
}

h4 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

h4.spaced {
    margin-top: 20px;
}

p {
    margin: 10px 0 0;
    text-align: left;
}

p.block {
    margin: 0;
}

p.error {
    color: #FF0000;
    font-weight: bold;
    margin-top: 15px;
}

p.success {
    color: #50A500;
    font-weight: bold;
    margin-top: 15px;
}

p.field_error {
    color: #FF0000;
    font-weight: bold;
    margin: -6px 0 0 180px;
}

p span.space {
    display: inline-block;
    width: 80px;
}

a {
    color: #53A05A;
    text-decoration: underline;
}

a:hover, a:active, a:focus, a.hover {
    color: #50A500;
    text-decoration: none;
}

a.disabled:hover, a.disabled:active, a.disabled:focus, a.disabled.hover {
    color: #000000;
    cursor: default;
    text-decoration: underline;
}

div.block {
    margin-top: 5px;
}

div.block p {
    margin: 0;
}

div#school_reg p {
    margin: 0;
    /*
      padding weil der ie8 sonst probleme nach dem hide/show hat,
      margin wieder anzuzeigen
      */
    padding: 10px 0 0;
    text-align: left;
    overflow: hidden;
}

/* Form */

div.form {
    margin-top: 15px;
}

div.form p {
    margin-bottom: 12px;
}

div.form p.button {
    margin-left: 180px;
}

div.form p.button_format {
    margin-left: 180px;
}

div.form label {
    color: #696969;
    display: block;
    float: left;
    font-weight: bold;
    width: 220px;
}

div.form p.label {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    width: 180px;
}

div.form label.norm {
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    float: none;
    display: inline;
}

div.form input {
    border: 1px solid black;
    width: 200px;
}

div.form input.upload {
    border: 0px;
    width: 250px;
}


div.form select {
    border: 1px solid black;
    height: 21px;
    width: 204px;
}

textarea {
    border: 1px solid #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 100px;
    width: 300px;
}

div#content input.button,
div#content a.button,
div.inline_box_data input.button,
div.inline_box_data a.button {
    background-color: #53A05A;
    border-style: none;
    border: 0;
    color: #FFFFFF;
    cursor: default;
    font-size: 15px;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    width: 150px;
}

div#content input.button:hover,
div#content a.button:hover,
div.inline_box_data input.button:hover,
div.inline_box_data a.button:hover {
    background-color: #50A500;
    color: #FFFFFF;
}

div#page div#content input.button.button_clicked {
    background-color: #50A500;
    color: #FFFFFF;
}

div#content a.button,
div.inline_box_data a.button {
    display: block;
    text-decoration: none;
    padding-bottom: 2px;
}

div#content input.button:hover,
div.inline_box_data input.button:hover {
    background-color:  #50A500;
    color: #FFFFFF;
}

div#content input.smallbutton {
    background-color: #000000;
    border-style: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5px;
    width: 75px;
}

div#content input.smallbutton:hover {
    background-color: #53A05A;
    color: #FFFFFF;
}

div.buttons {
    margin-top: 15px;
}

div.buttons input,
div.buttons a.button {
    float: left;
}

div.buttons a,
div.buttons input {
    margin-right: 3px;
}

/* From survey */

div.form_survey {
    margin-top: 30px;
}

div.form_survey p.selected {
    font-size: 13px;
    font-weight: bold;
    margin: 3px 10px 0 0;
}

div.form_survey div.jnt div.subq {
    clear: left;
    float: left;
}

div.form_survey p {
    margin: 20px 0;
}

div.form_survey p.multi {
    margin-bottom: 10px;
}

div.form_survey div.main div {
    margin-top: 15px;
}

div.form_survey div.main label {
    display: block;
    float: left;
    height: 40px;
    margin: 0;
    width: 70px;
}

div.form_survey div.main input {
    display: block;
    float: left;
}

div.form_survey div.answer label {
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 30px;
    width: 425px;
}

div.form_survey div.disabled label {
    color: #888888;
}

div.form_survey div.answer {
    overflow: hidden;
}

div.form_survey div.answer div {
    margin-bottom: 18px;
    overflow: hidden;
}

div.form_survey div.answer div.inline {
    margin: 0;
}

div.form_survey div.jnt div.answer div {
    margin: 0;
}

div.form_survey div.answer textarea {
    height: 150px;
    width: 876px;
}

div.form_survey p.question {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 18px;
    width: 880px;
}

div.form_survey div.buttons {
    clear: both;
    margin: 30px 0 20px;
    width: 880px;
}

div.form_survey div.buttons input,
div.form_survey div.buttons a.button {
    float: right;
    margin-left: 100px;
}

div.form_survey div.error_over_buttons p {
    float: right;
}

div.form_survey div.answer div.inline label {
    width: auto;
    margin-right: 5px;
    margin-left: 10px;
}

div.form_survey div.answer div.inline label.outer {
    margin-left: 5px;
    width: 120px;
}

div.form_survey div.jnt,
div.form_survey div.jnt div,
div.form_survey div.jnt div div {
    overflow: hidden;
}

div.form_survey div.jnt div div div,
div.form_survey div.jnt div.header div {
    float: left;
    width: 93px;
    text-align: center;
}

div.form_survey div.jnt div.header {
    margin: 0 0 25px;
}

div.form_survey div.jnt p.question,
div.form_survey div.jnt div div.firstchild {
    clear: both;
    float: left;
    margin-right: 15px;
    width: 200px;
}

div.form_survey div.jnt div div.lastchild {
    margin-left: 25px;
}

div.form_survey div.jnt div.answer {
    margin-top: 0px;
}

div.form_survey div.jnt div.question {
    margin-top: 20px;
}

div.form_survey div.jnt div.question div.pre {
    float: left;
    margin-top: 22px;
    width: 300px;
}

div.form_survey div.jnt div.question div.pre select {
    width: 280px;
}

div.form_survey div.question div.wide select {
    width: 392px;
}

div.form_survey div.jnt p.question {
    margin-bottom: 0;
    margin-top: 0px;
}

div.form_survey div.jnt div div div input {
    display: inline;
    float: none;
}

div.form_survey div.jnt div div div.subq {
    clear: none;
    float: none;
    width: 285px;
}

div.form_survey div.jnt div div div.subq p.question {
    margin-right: 5px;
    width: 100px;
}

div.form_survey h2 {
    margin-top: 30px;
}

div.form_survey h3 {
    margin: 20px 0 15px;
}

div.form_survey ul {
    float: left;
    margin: 0 10px;
}

div.form_survey ul.pos li {
    text-align: center;
}

div.form_survey p.button {
    float: right;
    margin: 0;
}

div.form_survey label {
    color: #000000;
    display: inline;
    float: none;
    font-weight: normal;
    width: auto;
}

div.form_survey input {
    border-style: none;
    width: auto;
}

div.form_survey p.question input {
    width: 35px;
}

div.form_survey input.txt_field {
    border: 1px solid #000000;
    width: 200px;
}

div.form_survey input.txt_field_small {
    border: 1px solid #000000;
    width: 150px;
}


input.txt_field_small {
    width: 100px;
}

input.txt_field_medium {
    width: 150px;
}

div.form_survey label.text_q {
    margin-right: 20px;
}

div.popup {
    background-color: #FFFFFF;
    display: none;
}

ul.sort_list {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin: 20px;
    min-height: 30px;
}

li.title input,
li.desc input {
    z-index: 99999;
}

ul.ui-sortable li {
    padding: 10px;
    margin: 10px;
    font-size: 13px;
}

div.form input.lang {
    width: 25px;
}

div.form input.small {
    width: 35px;
}

div.tbl_pre_text,
div.tbl_pre_text,
div.form div.desc,
div.form tr th {
    color: #000000;
    font-weight: bold;
    text-align: left;
}

div.form div.desc {
    margin:20px 0;
    font-size: 15px;
}

div.tbl_pre_text {
    width: 204px;
}

td,
th {
    border: 1px dotted #696969;
    text-align: center;
    padding: 2px;
}

table {
    border-collapse: collapse;
    margin-top: 20px;
}

td.error {
    background-color: #FF0000   ;
}

div.preview_text {
    border: 1px solid #000000;
    height: 92px;
    overflow: auto;
    padding: 5px;
    width: 300px;
}

div#page form div.form_survey div.other label.button {
    margin-right: 5px;
    float: left;
}

div#page div.form_survey label.ui-button {
    background-color: transparent;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: 0.1em;
    color: #1C94C4;
    font-weight: bold;
    font-size: 1.1em;

    height: 18px;
    width: 18px;
}

div#page div.form_survey label.ui-state-active {
    background-image: url(../img/circle_filled.png);
}

div#page div.form_survey .ui-button-text {
    text-align: center;
}

div.form_survey div.answer span.label {
    color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 30px;
    width: 425px;
}

.ui-draggable .ui-dialog-titlebar {
    font-size: 15px;
    font-weight: bold;
}

div#preview_overlay {
    background: transparent url(../img/overlay.png) repeat scroll 0 0;
    cursor: progress;
    display: none;
    left: 0;
    min-width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 1000;
}
div#preview_overlay-panel {
    color: #ffffff;
    font-size: 20px;
    margin: 20px auto 50px;
    padding-top: 50px;
    margin: 0 auto;
    min-height: 800px;
    text-align: center;
    width: 992px;
}


strong.sub {
    font-weight: normal;
    font-style: italic;
}

/* ie8 doesnt likes border and width for checkboxes... */
div#page input.checkbox {
    border: 0;
    width: auto;
    align: left;
}

div.tbl table {
    clear: both;
    float: none;
    margin-top: 10px;
}

div.bold {
    font-weight: bold;
}

/* report switch */
div#rep_switch div.row {
    clear: both;
    padding-bottom: 40px;
}

div#rep_switch div.row div,
div#rep_switch div.row input,
div#rep_switch div.row label,
div#rep_switch div.row img {
    float: left;
    margin-right: 10px;
}

div#rep_switch div.row input,
div#rep_switch div.row div {
    width: 220px;
}

div#rep_switch div.row input.code {
    width: 70px;
}

div#rep_switch div.row label,
div#rep_switch div.row div.label {
    width: 50px;
}

div#rep_switch div.row_1 label,
div#rep_switch div.row_1 div.label {
    width: 150px;
}

div#rep_switch div.row input.button {
    width: 90px;
}

div#rep_switch h2 {
    margin-bottom: 30px;
}

div#rep_switch div.fld {
    font-weight: bold;
}

img.close_icon {
    float: right;
}

.js_msg {
    display: none;
}

.closeable {
    border: 1px dotted #000000;
    padding: 3px;
}

/* table format1 */
table.format1 tr {
    height: 20px;
}

table.format1 tr th {
    color: #696969;
    font-weight: bold;
}

table.format1 tr th,
table.format1 tr td {
    text-align: left;
}

table.format1 tr.even td,
table.format1 tr.odd td {
    background-repeat: repeat;
    background-position: 0% 100%;
}

table.format1 tr.even td {
    background-image: url(../img/even.png);
}

table.format1 tr.odd td {
    background-image: url(../img/odd.png);
}

table.format1 tr:hover td {
    background: #50A500;
}

table.format1 tr:hover td a {
    color: #FFF;
}

table.format1 tr.header:hover td,
table.format1 tr.footer:hover td,
table.format1 tr.filters:hover td {
    background: url(../img/even.png);
}

table.format1 tr.disabled td {
    font-style: italic;
    color: #909090;
}

table.exp_href {
    width: 800px;
}

table.exp_href td {
    cursor: pointer;
}

table.exp_href td,
table.exp_href th {
    border: 0;
}

table.exp_href th {
    background-image: url(../img/odd.png);
    background-position: 0% 100%;
    background-repeat: repeat;
    border-bottom: 1px dotted #000000;
    border-top: 1px dotted #000000;
}

div.feedback_form input.small {
    border: 1px solid black;
    margin: 0 7px 0 5px;
    width: 25px;
}

div#class_rep p.button_format input.right {
    float: right;
}

div#class_rep div.form p.button_format {
    width: 305px;
}

div#content div.form.admin_global_exp input {
    border: 0;
}

#evaluation_form select {
    /* Half the width of the available space. */
    /* 220px is the size of the label element. */
    width: calc((100% - 220px) / 2);
}

#form\.evaluation\.school_input {
    vertical-align: top;
    /* Full width of the available space. */
    /* 220px is the size of the label element. */
    /* 20px is the width of the button */
    /* 4px is space occupied by the input border (1px each side) and the padding (1px each side) */
    width: calc(100% - 220px - 20px - 4px);
}

/* Prevent the menu from growing too large. */
.ui-autocomplete {
    max-height: 300px;
    overflow: hidden auto;
}

#evaluation_form textarea {
    height: 200px;
    /* Full width of the available space. */
    /* 220px is the size of the label element. */
    /* 4px is space occupied by the border (1px each side) and the padding (1px each side) */
    width: calc(100% - 220px - 4px);
}

.table-icon {
    height: 16px;
    width: 16px;
    margin: 5px;
    padding: 0px;
    vertical-align: middle;
}
