@CHARSET "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    background: #333 url('../images/bg/body.png') left top repeat-y;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    -moz-box-shadow: inset 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 2px #fff;
    box-shadow: inset 0 0 2px #fff;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#titlebar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    border-bottom: groove 2px #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#titlebar * {
    vertical-align: middle;
}

#sidebar {
    position: absolute;
    top: 24px;
    left: 0;
    bottom: 90px;
    width: 300px;
    overflow-y: scroll;
    border-right: groove 2px #333;
    border-top: groove 2px #333;
    border-bottom: groove 2px #333;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F5F5F5;
}

#imprint {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    border-top: groove 2px #333;
    border-right: groove 2px #333;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    background-color: #F5F5F5;
}

#imprint address {
    padding: 10px;
    font-style: italic;
    line-height: 1.4em;
}

#imprint address span {
    font-weight: bold;
}

#content {
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 0;
    left: 305px;
    background: #f5f5f5;
    border-left: groove 2px #333;
    border-top: groove 2px #333;
}

#messagebar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    border-bottom: groove 2px #f5f5f5;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#main {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 5px;
    border: solid 1px #ccc;
    overflow-y: scroll;
    overflow-x: auto;
    background-color: #fff;
}

#headerbar {
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    height: 40px;
    line-height: 40px;
    background: white url('../images/bg/toolbar.png') left center repeat-x;
    border-bottom: groove 2px #f5f5f5;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

fieldset {
    margin: 10px;
    border: solid 1px #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
}

legend {
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #eee;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

label {
    display: inline-block;
    width: 100px;
    height: 23px;
    line-height: 23px;
    margin-right: 20px;
}

form div {
    margin-bottom: 10px;
}

.mandatory {
    font-weight: bold;
    margin-left: 5px;
}

.error {
    color: #ce0000;
}

p.error {
    display: inline-block;
    margin-left: 20px;
}

select.error {
    color: black;
}

.invisible {
    display: none;
}

#messagebar p {
    font-size: 14px;
    font-weight: bold;
}

#messagebar p,
#messagebar ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 40px;
    height: 40px;
    line-height: 40px;
}

#messagebar img {
    position: absolute;
    top: 4px;
    left: 4px;
}

ul.form-error, .sys_message {
    padding: 20px;
    padding-left: 30px;
    background-color: rgb(255, 255, 225);
    list-style: initial;
    list-style-type: square;
    border-bottom: 1px solid #333;
    line-height: 1.7em;
}

.sys_error {
    color: #ce0000;
}

.sys_new {
    color: green;
}

.sys_info {
    color: rgb(0, 0, 200);
}

div.info {
    border: 1px solid #C2C2C2;
    margin: 10px;
    padding: 10px;
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#logout-info {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 70px;
}

#logout-info form {
    position: absolute;
    right: 10px;
    top: 0;
}

#logout-info form input {
    background: #c40e00 url('../images/icons/close.png') center top no-repeat;
    color: white;
    font-size: 0.8em;
    text-shadow: 1px 1px #666;
    vertical-align: top;
    border: solid 1px #491916;
    border-top: 0 none;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 11px 5px 0 5px;
    white-space: nowrap;
    -moz-box-shadow: inset 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 2px #fff;
    box-shadow: inset 0 0 2px #fff;
}

#logout-info form input:hover {
    background: #ec1000 url('../images/icons/close.png') center top no-repeat;
}

#logout-info form input:active {
    background: #740900 url('../images/icons/close.png') center top no-repeat;
}

#sidebar > ul {
    padding-bottom: 35px;
}

#sidebar ul {
    list-style: none inside;
}

#sidebar > ul > li {
    background: #333 url('../images/bg/dialog.png');
    margin: 5px 10px 10px 5px;
    -webkit-box-shadow: inset -1px 1px 1px -1px #fff, inset 0 0 2px #ccc, inset 0 -5px 5px -3px #999;
    -moz-box-shadow: inset -1px 1px 1px -1px #fff, inset 0 0 2px #ccc, inset 0 -5px 5px -3px #999;
    box-shadow: inset -1px 1px 1px -1px #fff, inset 0 0 2px #ccc, inset 0 -5px 5px -3px #999;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
    border: solid 1px #333;
}

#sidebar > ul > li > span {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    padding: 5px 5px;
}

#sidebar > ul > li img {
    vertical-align: middle;
}

#sidebar > ul > li > ul {
    border: solid 1px #333;
    margin: 5px;
    padding: 5px 5px 10px 5px;
    background: #f5f5ff;
    -webkit-box-shadow: /*inset 2px 1px 5px #333, */0 0 3px #ccc;
    -moz-box-shadow: /*inset 2px 1px 5px #333, */0 0 3px #ccc;
    box-shadow: /*inset 2px 1px 5px #333, */0 0 3px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#sidebar > ul > li > ul span,
#sidebar > ul > li > ul a {
    display: inline-block;
    padding: 5px;
    width: 210px;
}

#headerbar .inner {
    min-width: 890px;
}

#headerbar .dataTables_length {
    float: none;
    display: inline-block;
    width: 160px;
    height: 40px;
}

#headerbar label {
    width: auto;
    height: auto;
    line-height: inherit;
    margin: 0;
}

#headerbar select,
#headerbar input {
    margin-top: 8px;
}

#headerbar .dataTables_info {
    display: inline-block;
    clear: none;
    float: none;
    width: 230px;
    height: 40px;
}

#headerbar .dataTables_filter {
    float: none;
    display: inline-block;
    width: 230px;
    height: 40px;
}

#headerbar .paging_full_numbers {
    line-height: inherit;
}

#headerbar .paging_full_numbers a.paginate_button {
    background-color: transparent;
}

#headerbar .paging_full_numbers a.paginate_button,
#headerbar .paging_full_numbers a.paginate_active {
    border: 1px solid #8f8f8f;
}

#headerbar .paging_full_numbers a.paginate_active,
#headerbar .paging_full_numbers a.paginate_button:hover {
    background: #333 url('../images/bg/listHeaderHover.png') left center repeat-x;
    color: white !important;
    border: 1px solid white;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 126px;
    height: 22px;
    background: #333 url('../images/ajax-loader.gif') left center repeat-x;
    margin-left: -63px;
    margin-top: -11px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

table.dataGrid thead th {
    height: 16px;
    line-height: 16px;
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid #aaa;
    border-right: 1px outset #f5f5f5;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
}

table.dataGrid thead th:last-child {
    border-right: none;
}

table.dataGrid thead th.sorting {
    background: url('../images/bg/listHeader.png') left center repeat-x,
    url('../images/datatable/sort_both.png') right center no-repeat;
}

table.dataGrid thead th.sorting_disabled {
    background: url('../images/bg/listHeader.png') left center repeat-x;
}

table.dataGrid thead th.sorting_asc {
    background: url('../images/bg/listHeader.png') left center repeat-x,
    url('../images/datatable/sort_asc.png') right center no-repeat;
}

table.dataGrid thead th.sorting_asc_disabled {
    background: url('../images/bg/listHeader.png') left center repeat-x;
}

table.dataGrid thead th.sorting_desc {
    background: url('../images/bg/listHeader.png') left center repeat-x,
    url('../images/datatable/sort_desc.png') right center no-repeat;
}

table.dataGrid thead th.sorting_desc_disabled {
    background: url('../images/bg/listHeader.png') left center repeat-x;
}

table.dataGrid thead th:hover {
    color: #fff;
    border-color: #333;
}

table.dataGrid thead th.sorting:hover {
    background: url('../images/datatable/sort_both_hover.png') right center no-repeat,
    url('../images/bg/listHeaderHover.png') left center repeat-x;
}

table.dataGrid thead th.sorting_disabled:hover {
    background: url('../images/bg/listHeaderHover.png') left center repeat-x;
    cursor: default;
}

table.dataGrid thead th.sorting_asc:hover {
    background: url('../images/datatable/sort_asc_hover.png') right center no-repeat,
    url('../images/bg/listHeaderHover.png') left center repeat-x;
}

table.dataGrid thead th.sorting_asc_disabled:hover {
    background: url('../images/bg/listHeaderHover.png') left center repeat-x;
    cursor: default;
}

table.dataGrid thead th.sorting_desc:hover {
    background: url('../images/datatable/sort_desc_hover.png') right center no-repeat,
    url('../images/bg/listHeaderHover.png') left center repeat-x;
}

table.dataGrid thead th.sorting_desc_disabled:hover {
    background: url('../images/bg/listHeaderHover.png') left center repeat-x;
    cursor: default;
}

table.dataGrid * {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

table.dataGrid td {
    height: 20px;
    border: solid 1px #E7E7E7;
    border-left-color: transparent;
    border-top-color: transparent;
}

table.dataGrid td:last-child {
    border-right: none;
}

table.dataGrid tr.odd {
    background-color: #efefef;
}

table.dataGrid tr:hover td {
    background-color: #d7d7d7 !important;
}

table.dataGrid tr.odd td.sorting_1 {
    background-color: #dfdfdf;
}
table.dataGrid tr.even td.sorting_1 {
    background-color: #efefef;
}

a.notTrained {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/not-trained.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

a.notTrained:hover {
    background: url('../images/icons/not-trained.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.notTrained:active {
    background: url('../images/icons/not-trained.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.wrongTrained {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/wrong-trained.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

a.wrongTrained:hover {
    background: url('../images/icons/wrong-trained.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.wrongTrained:active {
    background: url('../images/icons/wrong-trained.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.examSimulation {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/exam.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

a.examSimulation:hover {
    background: url('../images/icons/exam.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.examSimulation:active {
    background: url('../images/icons/exam.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.add,
input.add {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/add.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

#messagebar a.add {
    position: absolute;
    right: 10px;
    top: 8px;
}

a.add:hover,
input.add:hover {
    background: url('../images/icons/add.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.add:active,
input.add:active {
    background: url('../images/icons/add.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.back {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/back.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

#headerbar a.back,
#messagebar a.back{
    position: absolute;
    right: 10px;
    top: 8px;
}

a.back:hover {
    background: url('../images/icons/back.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.back:active {
    background: url('../images/icons/back.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.disabledQuestions {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/disable.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

#messagebar a.disabledQuestions {
    position: absolute;
    right: 150px;
    top: 8px;
}

#messagebar a.back200 {
    position: absolute;
    right: 200px;
    top: 8px;
}

a.disabledQuestions:hover {
    background: url('../images/icons/disable.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.disabledQuestions:active {
    background: url('../images/icons/disable.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

input.key {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/key.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

input.key:hover {
    background: url('../images/icons/key.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

input.key:active {
    background: url('../images/icons/key.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

input.check {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/check.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

input.check:hover {
    background: url('../images/icons/check.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

input.check:active {
    background: url('../images/icons/check.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

input.reset {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/resetStatistics.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

input.reset:hover {
    background: url('../images/icons/resetStatistics.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

input.reset:active {
    background: url('../images/icons/resetStatistics.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.next-question {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/arrow-right.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

#headerbar a.next-question {
    margin-top: 8px;
}

a.next-question:hover {
    background: url('../images/icons/arrow-right.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.next-question:active {
    background: url('../images/icons/arrow-right.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

a.prev-question {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/arrow-left.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

#headerbar a.prev-question {
    margin-top: 8px;
}

a.prev-question:hover {
    background: url('../images/icons/arrow-left.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

a.prev-question:active {
    background: url('../images/icons/arrow-left.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

input.save {
    padding-left: 25px;
    background-color: #ddd;
    background: url('../images/icons/save.png') 5px center no-repeat,
    linear-gradient(#ffffff, #dddddd);
}

input.save:hover {
    background: url('../images/icons/save.png') 5px center no-repeat,
    linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

input.save:active {
    background: url('../images/icons/save.png') 5px center no-repeat,
    linear-gradient(#dddddd, #eeeeee);
}

form.datatable_action {
    display: inline-block;
    margin-right: 5px;
}

form.datatable_action input.delete,
form.datatable_action input.delete:hover,
form.datatable_action input.delete:active {
    background: transparent url('../images/icons/delete.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.edit,
form.datatable_action input.edit:hover,
form.datatable_action input.edit:active {
    background: transparent url('../images/icons/edit.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.editAnswers,
form.datatable_action input.editAnswers:hover,
form.datatable_action input.editAnswers:active {
    background: transparent url('../images/icons/exam.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.deactivate,
form.datatable_action input.deactivate:hover,
form.datatable_action input.deactivate:active {
    background: transparent url('../images/icons/disable.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.toggleLocked,
form.datatable_action input.toggleLocked:hover,
form.datatable_action input.toggleLocked:active {
    background: transparent url('../images/icons/eye.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.editCourseCategories,
form.datatable_action input.editCourseCategories:hover,
form.datatable_action input.editCourseCategories:active {
    background: transparent url('../images/icons/category.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.activate,
form.datatable_action input.activate:hover,
form.datatable_action input.activate:active {
    background: transparent url('../images/icons/enable.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.sortUp,
form.datatable_action input.sortUp:hover,
form.datatable_action input.sortUp:active {
    background: transparent url('../images/icons/arrow-up.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.sortDown,
form.datatable_action input.sortDown:hover,
form.datatable_action input.sortDown:active {
    background: transparent url('../images/icons/arrow-down.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.sortUp10,
form.datatable_action input.sortUp10:hover,
form.datatable_action input.sortUp10:active {
    background: transparent url('../images/icons/arrow-up-10.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.sortDown10,
form.datatable_action input.sortDown10:hover,
form.datatable_action input.sortDown10:active {
    background: transparent url('../images/icons/arrow-down-10.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.editCourseQuestions,
form.datatable_action input.editCourseQuestions:hover,
form.datatable_action input.editCourseQuestions:active {
    background: transparent url('../images/icons/question.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.resetCourseStatistics,
form.datatable_action input.resetCourseStatistics:hover,
form.datatable_action input.resetCourseStatistics:active {
    background: transparent url('../images/icons/resetStatistics.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

form.datatable_action input.coursePdf,
form.datatable_action input.coursePdf:hover,
form.datatable_action input.coursePdf:active {
    background: transparent url('../images/icons/pdf.png') left top no-repeat;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 16px;
    height: 16px;
}

a.display-more {
    position: relative;
    text-decoration: underline;
}

a.display-more span {
    display: none;
}

a.display-more:hover span {
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 350px;
    line-height: 1.3em;
    overflow: hidden;
    z-index: 100;
    white-space: normal;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eee;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.jqte {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

div.questionPicture {
    display:inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 20px;
}

div.questionPicture img {
    width: 100%;
}

div.formLeft {
    display:inline-block;
    width: 680px;
}

.input_xxxlarge {
    width: 600px;
}

div.dataTableWithForm {
    max-height: 300px;
    overflow: auto;
    margin: 20px;
    border: 1px solid #333;
    border-radius: 10px;
}

p.infoDataTable {
    margin: 20px 25px;
}

table.dataGrid tr.row_selected,
table.dataGrid tr.row_selected td {
    background-color: #bbffbb !important;
}

div.chartContainer {
    display: inline-block;
    padding-left: 10px;
}

p.heading {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

#statistics-top-20,
#statistics-top-20-false,
#statistics-top-20-true {
    width: 700px;
    height: 300px;
}

table.simple-table {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    -moz-box-shadow: 3px 3px 3px #ddd;
    -webkit-box-shadow: 3px 3px 3px #ddd;
    box-shadow: 3px 3px 3px #ddd;
    margin: 10px;
    border: 1px solid #666;
}

table.simple-table td,
table.simple-table th {
    border: 1px solid #ccc;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

table.simple-table th {
    background: url('../images/bg/listHeader.png') left center repeat-x;
    font-weight: bold;
}

table.simple-table tbody tr:hover {
    background-color: #ebebeb;
}

table.simple-table img.icon {
    vertical-align: middle;
    margin-right: 5px;
}

table.simple-table td a {
    text-decoration: underline;
}

table.simple-table td.action {
    width: 50px;
    white-space: nowrap;
}

.left10 {
    padding-left: 10px;
}

.top10 {
    padding-top: 10px;
}

.prettycheckbox,
.prettyradio {
    display: block;
}

.prettycheckbox label,
.prettyradio label {
    width: auto;
    height: auto;
    line-height: normal;
    float: none;
    padding-left: 30px;
}

input.submitAnswers {
    margin-top: 10px;
}

img.qPic {
    margin: 15px 0 0 0;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#answerQuestion {
    /*display: inline-block;*/
    margin: 0 15px 15px 0;
}

#answerQuestion fieldset {
    margin: 25px 0 0 0;
}

p.question-stats span.true {
    font-weight: bold;
    color: green;
}

p.question-stats span.false {
    font-weight: bold;
    color: darkred;
}

ul.question-true {
    background-color: rgb(0, 255, 0);
}

ul.question-false {
    background-color: rgb(255, 0, 0);
}

ul.question-true li {
    font-weight: bold;
}

ul.question-false li {
    color: white;
    font-weight: bold;
}

div.question-false label {
    color: red;
    text-decoration: line-through;
}

div.question-true label {
    color: green;
    font-weight: bold;
}

#resetUserStatistics {
    display: inline-block;
    margin-right: 10px;
}