@CHARSET "UTF-8";

/*****************************************************************************
 * Basic site layout
 *****************************************************************************/
html {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background-color: #000000;
    background-image: url(images/background-grid.png), url(images/background.png);
}

body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    font-family: "DejaVue Sans", "Arial", "Helvetica", sans-serif;
    font-size: 12pt;
    overflow-y: scroll;
}

/*****************************************************************************
 * Debugging functionalities
 *****************************************************************************/
#debugbar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
    z-index: 100000;
}

#debugbar div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background: #e5e5e7;
    padding: 2px 20px;
    border-bottom: 1px solid #c5c5c7;
}

#debugbar .language {
    background: transparent no-repeat 0.1em 0.3em;
    width: 24px !important;
    height: 16px !important;
    float: left;
}

#debugbar a.language {
    width: 24px !important;
    height: 16px !important;
    text-decoration: none !important;
}

/*****************************************************************************
 * Custom layout > site container
 *****************************************************************************/
#container {
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: auto;
    min-width: 1024px;
    max-width: 1280px;
    min-height: 100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-color: #f5f5f7;
    background-blend-mode: multiply;
}

#container.withlogo:before {
    content: "";
    position: absolute;
    top: 45px;
    left: calc(50% - 140px);
    width: 280px;
    height: calc( 229/844 * 280px);
    opacity: .6;
    /*z-index:-1;*/
    /*background-color: red;*/
    background-image: url(images/goya_logo.png);
    background-repeat: no-repeat;
    /*background-position: calc(50%);*/
    background-size: 280px auto;
    background-position: left top;
    background-blend-mode: multiply
}

/*****************************************************************************
 * Custom layout > Header (nested in container)
 *****************************************************************************/
#header {
    padding: 1.25em 1.5em !important;
    height: 70px;
}


#header .navigation {
    text-align: left;
    float: left;
}

#header .language {
    background: transparent no-repeat 0.1em 0.3em;
    width: 24px !important;
    height: 16px !important;
    float: left;
}

#header a.language {
    width: 24px !important;
    height: 16px !important;
    text-decoration: none !important;
}

#header .userinfo {
    text-align: right;
    font-size: 80%;
    font-weight: bold;
}

#header .userinfo a {
    margin-top: 0.2em;
    font-weight: normal;
    /*font-size: 80%;*/

}

/*****************************************************************************
 * Custom layout > Content area (nested in container)
 *****************************************************************************/
#content {
    padding: 1.5em 3.5em 3em 3.5em;
}

/*****************************************************************************
 * Custom layout > Footer (nested in container)
 *****************************************************************************/
#footer {
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    height: 3em;
    bottom: 0; /* stick to bottom */

}

#footer .navigation {
    padding: 1.25em !important;
}

/*****************************************************************************
 * General styling information
 *****************************************************************************/
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #0000ff;
}

.description {
    margin: 0.2em 0em 0.3em 0em;
}

.description-strong {
    font-weight: bold;
}

.description-centered {
    text-align: center;
}

.failure {
    font-weight: bold;
    color: #ff0000;
}

.headline {
    font-family: "DejaVue Sans", "Arial", "Helvetica", sans-serif;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin: 0.6em auto 1.2em auto;
}

.message {
    color: #ff0000;
    margin: 1em 4em;
    font-weight: bold;
}

.missing {
    color: #ff0000;
    font-weight: bold;
}

.missing-string {
    color: #ff0000;
    font-weight: bold;
}

.missing-translation {
    color: #ff0000;
}

.buttonbar {
    text-align: center;
    margin: 2em 4em;
}

.buttonbar a {
    text-decoration: none;
}

.example {
    margin: 1em 0em 1.4em 0em;
}

/*****************************************************************************
 * General table layout
 *****************************************************************************/
.table {
    border: 1px solid #999999;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table + .table {
    margin-top: 2em;
}

.table thead td {
    font-weight: bold;
}

.table tbody {
    background: #ffffff;
}

.table-cell.header,
.table-cell.caption,
.table-cell.content,
.table-cell.option {
    vertical-align: top;
    padding: 0.3em 0.3em;
}

.table-cell.option {
    text-align: center;
    min-width: 2.25em;
}

.table .caption {
    font-weight: bold;
    text-align: center;
}

.table-cell-strong {
    font-weight: bold;
}

.table .optionlist {
    vertical-align: top;
    text-align: left;
    padding: 0.5em 0.25em;
}

.table-cell {
    vertical-align: top;
    /*padding: 0.3em 0.3em;*/
}

.table-cell.content + .option {
    padding-left: 2em;
}

.table-cell-center {
    text-align: center;
}

.table-cell.header {
    background: #c9c9c9;
    border-bottom: 1px solid #999999;
    min-width: 2.25em;
}

.table-cell-border {
    border: 1px solid #999999;
}

.table-cell-border-trl {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

.table-cell-border-tl {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.table-cell-border-t {
    border-top: 1px solid #999999;
}

.table-cell-border-l {
    border-left: 1px solid #999999;
}

.table-cell-border-rl {
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

.table-row-alternate:nth-child(2n+1) {
    background: #ffffff;
}

.table-row-alternate {
    background: #d8d8d8;
}

.table-row.forgotten {
    color: #ff0000;
}

.table-cell.header,
.table-cell.content {
    padding: 0.3em 1.25em 0.3em 2.75em;
    text-indent: -2.25em;
}

.table-cell.header span.number,
.table-cell.header span.indent,
.table-cell.content span.indent,
.table-cell.content span.number {
    width: 2.25em;
    float: left;
}

.table-cell-indented {
    text-indent: -1.90em !important;
    padding-left: 2.40em !important;
}

.table-cell-indented span.number {
    width: 1.9em !important;
    float: left;
}

/*****************************************************************************
 * Layout of test list
 *****************************************************************************/
.list-tests {
    list-style-type: none;
    margin: 1em 0em;
    padding: 0em;
}

.list-tests li {
    color: #999999;
    margin: 0em 0em 0.4em 0em;
    padding-left: 2em;
    background: url("images/item-bullet.png") 1em 0.56em no-repeat;

}

.list-tests .test {
    vertical-align: middle;
    padding-right: 24px;
    /*	outline: 1px solid red;*/
}

.list-tests .test-active {
    color: black;
}

.list-tests .test-completed {
    background: url("images/test-completed.png") right center no-repeat;
}

/*****************************************************************************
 * General form layouts
 *****************************************************************************/
.form {
    display: table;
    margin: 1.2em auto;
    text-align: left;
    padding: 1em;
}

.form div {
    display: block;
    margin-bottom: 0.6em;
}

.form .form-title {
    margin-bottom: 1.8em;
}

.form .form-item-input {
    float: left;
    /*display: inline;*/
}

.form fieldset {
    margin: 0 0.3em;
    padding: 0.6em;
}

.form .required .label-left:before {
    content: "*";
    margin-right: 0.2em;
    color: red;
}

.form label {
    font-size: 100%;
    margin: 1px 0.4em 0 0;
    padding: 0.1em 0.2em 0.2em 0.2em;
}

.form label.label-small {
    font-size: 80%;
}

.form label.label-left {
    text-align: right;
}

.form input {
    font-family: "DejaVue Sans", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
    padding: 0.1em 0.2em 0.2em 0.2em;
}

.form fieldset + fieldset {
    padding-top: 0.4em;
}

.form .missing .label-left {
    font-weight: normal;
    color: #ff0000;
}

.form .missing input,
.form .missing select {
    border-top: 1px solid #ff0000 !important;
    border-right: 1px solid #ff7777 !important;
    border-bottom: 1px solid #ff9999 !important;
    border-left: 1px solid #ff9999 !important;
}

input[type=checkbox] {
    width: auto !important;
    margin: 0.3em 0.2em 0.6em 1px;
    vertical-align: top;
    vertical-align: -0.15em;
}

input[type=radio] {
    width: auto !important;
    margin: 0.3em 0.2em 0.3em 1px;
    vertical-align: top;
    vertical-align: -0.15em;
}

.form select {
    font-family: "DejaVue Sans", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
}

.form option {
    padding: 0.0em 0.8em 0.1em 0.2em;
    height: 1.3em;
    font-family: "DejaVue Sans", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
}

.form option.language {
    background: transparent no-repeat 0.1em 0.3em;
    padding-left: 21px;
    /*border-bottom: 1px solid grey;*/
}

.form .button-left {
    display: inline;
    width: auto;
    padding: 0em 0.6em;
}

.form .button-bottom {
    display: block;
    min-width: 10.7em;
    margin: 2.4em auto 0em auto;
}

.form-cft .table {
    border: none;
}

.form-cft .table td {
    padding: 1.2em 0em;
}

.form-cft .image-item {
    position: relative;
    margin: 0.2em 40px 40px 40px;
}

.form-cft .option {
    position: absolute;
    height: 24px;
    padding-top: 2px;
    border: 1px solid #999999;
    text-align: center;
    background: #ffffff;
}

.time-to-complete {
    font-weight: bold;
}

.countdown-clock {
    position: absolute;
    left: 20px;
    border: 1px solid red;
    font-weight: bold;
    font-size: 130%;
    padding: 0.2em 0.5em;
    background: white;
}

.table-task {
    margin: 0.5em auto 2em auto;
}

/*****************************************************************************
 * Specific form layout > loginform
 *****************************************************************************/
.form-loginform {
}

.form-loginform table {
    margin: 0 auto;
}

.form-loginform .table-cell.label {
    text-align: right;
    padding-top: 0.3em;
}

.form-loginform label {
    width: 100%;
}

.form-loginform input {
    width: 15.45em;
}

.form-loginform select {
    width: 16em;
}

.form .loginform-header {
    height: 3.75em;
    text-align: center;
}

/*****************************************************************************
 * Specific form layout > agreement
 *****************************************************************************/
.form-agreement {
    margin-top: 2em;
    width: 100%;
}

.form-agreement fieldset {
    /*width: 40em;*/
    min-width: 32em;
    max-width: 64em;
    margin: 1em auto 1em auto;
    /*padding-bottom: 1em;*/
}

/*****************************************************************************
 * Specific form layout > profileform
 *****************************************************************************/
.form-profileform {
    /*width: 34em;*/
}

.form-profileform fieldset {
    border: none !important;
}

.form-profileform .table-cell.label {
    text-align: right;
    width: 18em;
    padding-top: 0.3em;
}

.form-profileform .table-cell.label-small {
    text-align: right;
    width: 12em;
}

.form-profileform .table-cell.input,
.form-profileform .table-cell.select {
    text-align: left;
    min-width: 15em;
}

.form-profileform .table-cell.input-large,
.form-profileform .table-cell.select-large {
    width: 18em;
}

.form-profileform .table-cell.input-small,
.form-profileform .table-cell.select-small {
    text-align: left;
    min-width: 12em;
}

.form-profileform .table-cell.input + .table-cell.input,
.form-profileform .table-cell.select + .table-cell.select,
.form-profileform .table-cell.input + .table-cell.select,
.form-profileform .table-cell.select + .table-cell.input {
    padding-left: 0.4em;
}

.form-profileform input,
.form-profileform select {
    width: 100%;
}

.form-profileform .select-small select {
    max-width: 12em !important;
}

.form-profileform .input-small input {
    max-width: 11.45em !important;
}

/*****************************************************************************
 * Specific form layout > lmt
 *****************************************************************************/
.form-lmt .table-cell.content {
    min-width: 40%;
    width: 50%;
}

.form-lmt .table-cell.option {
    min-width: 10%;
    width: 12.5%;
}

/*****************************************************************************
 * Specific form layout > mpti
 *****************************************************************************/
.form-mpti .table-cell.content {
    min-width: 40%;
    width: 40%;
}

.form-mpti .table-cell.option {
    min-width: 20%;
    width: 20%;
}