﻿#page-inner h2 {
    margin: 0px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20000;
    cursor: pointer;
}

#dvLoading {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 150px;
    width: 250px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px;
    text-align: center;
}

#divVersionInfo {
    position: fixed;
    bottom: 0;
    left: 10px;
    font-size: small;
    font-weight: bold;
    z-index:2;
}

/*#dataTableFinished a.btn-primary, #RegistrationList a.btn-primary {
    margin: 2px 0px;
}*/

/*hibanapló táblázat*/
.tabletooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tabletooltip .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: black;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        left: -400px;
        z-index: 1;
    }

    .tabletooltip:hover .tooltiptext {
        visibility: visible;
    }

#divErrorHeader {
    color: red;
    position: absolute;
    left: 20%;
    top: 5px;
}
/********************************************************jquery datatable plugin*************************************************************************************************************************************************************************************/
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
/********************************************************jquery Modal popup plugin*************************************************************************************************************************************************************************************/
.blocker {
    z-index: 9999;
}

/********************************************************jquery Toast popup plugin*************************************************************************************************************************************************************************************/
div.jq-toast-wrap {
    z-index: 999999 !important;
}
/********************************************************Validation jquery plugin*************************************************************************************************************************************************************************************/
input {
    border: 1px solid black;
    margin-bottom: .5em;
}

    input.error {
        border: 1px solid red;
    }

label.error {
    background: url('images/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
}

label.valid {
    background: url('images/checked.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

/*unobstrusive css*/
.field-validation-error {
    color: #ff0000;
    position: absolute;
    right: 0px;
    top: -30px;
    display: inline-block !important;
    margin-top: 10px;
    font-size: small;
    z-index: 2;
}


.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee !important;
    background-image: url(/images/invalid.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}



input.valid {
    border: 1px solid green;
    background-color: #f2ffe2;
    border-color: #00b233 !important;
    background-image: url(/images/valid.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.form-group input[data-val-required], .form-group select[data-val-required], .requiredInput {
    border: solid 1px #6f6f6f;
    background-color: #fdfbf3;
}

/*MODAL DIALOG FIX*/
.modal {
    overflow: visible;
}

tr.even {
    background-color: #f6f6f6;
}

/*application hr*/
hr.fancy {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    margin-top: 0px;
}

    hr.fancy:after {
        content: "✧";
        display: inline-block;
        position: relative;
        top: -0.7em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }


.appDialog h4 {
    border-radius: 4px;
    background-color: black;
    color: white;
    padding: 5px 10px;
}

/*div.appDialog {
    padding:0px;
}*/

/*Collapse panels*/
h4[data-toggle='collapse'] {
    cursor: pointer;
}


    h4[data-toggle='collapse']:before {
        display: inline-block;
        content: "◭ ";
        transition: transform 0.3s linear;
    }


h4.collapsed:before {
    transform: rotate(180deg);
    /*animation: spinTo 1s linear;*/
    /*transform: rotate(90deg);*/
    /*content: "⮛ ";*/
}


/*@keyframes spinTo {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(90deg);
    }
}*/


/*******************************Bootstrap override *****************************/
.btn-info {
    background-color: #00614a;
    border-color: #076e06;
}

    .btn-info:hover {
        background-color: #038b6a;
        border-color: #076e06;
    }

    .btn-info.active, .btn-info:active {
        color: #fff;
        background-color: #56c199;
        border-color: #269abc;
    }

.btn-primary {
    color: #fff;
    background-color: #00614a;
    border-color: #0b7a60;
}


    .btn-primary:hover {
        background-color: #4c997c;
        border-color: #8a9d8a;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: unset;
    outline-offset: 0px;
    background-color: #56c199;
}


.btn-info.focus, .btn-info:focus {
    background-color: #56c199;
    /*border-color: #1b6d85;*/
}

#page-inner div.form-group div.date input.form-control, div.modal div.form-group div.date input.form-control {
    border-radius: 0px 5px 5px 0px;
}

#page-inner .dt-buttons {
    display: block;
    float: right;
    margin-left: 20px;
}


label.readOnlyLabel {
    font-weight: normal;
}

/*minden tábla hover*/
body .table > tbody > tr:nth-of-type(odd):hover, body .table > tbody > tr:nth-of-type(even):hover {
    background-color: #fffcec;
}

.table thead {
    background-color: #c7c7c7;
}
/*******************************Exam *****************************/

/*tr.invalidRow {
    color: red;
}

    tr.invalidRow td {
        background-color: darkgray;
    }

        tr.invalidRow td:nth-child(1), tr.invalidRow td:nth-child(2) {
            text-decoration: line-through;
        }*/
/*#divReportButtonContainer {
    position:absolute;
    right:30px;
}*/
/*.helperButton {
    border-radius: 20px;
    border: none;
    color: #337ab7;
}

a.riportLinkButton, button.riportLinkButton {
    margin-left: 10px;
    font-size: 2em;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    background-color: white;
}

.helperButton:focus, .riportLinkButton:focus {
    outline: none;
}

.helperButton:hover, .riportLinkButton:hover {
    cursor: pointer;
    background-color: aquamarine;
}*/


/*******************************JQUERY DATATABLE *****************************/
div.dataTables_filter label {
    float: left;
    font-weight: normal;
    margin-top: 4px;
}

    div.dataTables_filter label input[type=search] {
        width: 300px;
    }

div.dataTables_info {
    display: inline-block;
}
/*GENERIKUS TÁBLA GOMB SZÍNEZÉS*/
table td button.btn-primary, table td a.btn-primary {
    background-color: transparent;
    color: #337ab7;
    border: none;
    margin: -5px;
    padding: 2px 15px;
}

/***********************left side navigation panel show-hide*/
.removeLeftMenuMargin {
    margin-left: 0px !important;
}

#btnShownavigationPanel {
    position: fixed;
    top: 1px;
    left: 1px;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-color: black;
    border-color: black;
}

/*****************************************************************HAZIVIZSGA**************************************************************/
.frmNormalTextDiv {
    padding-top: 7px;
}

/*.divQFHeader {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 3px 10px;
}*/

.yesNoPanel {
    border: solid 1px lightgray;
    border-radius: 5px;
    display: inline-block;
    padding-right: 20px;
    margin-left: 100px;
}

.tableQuestions > tbody > tr:hover {
    background-color: #f5f5f5;
}

label.divQFAnswer {
    font-weight: normal;
    display:inline;
}

/*form.disabledClass .form-group input[data-val-required], form.disabledClass .form-group select[data-val-required], form.disabledClass .requiredInput, .disabledClass.form-control[disabled] {
    background-color: #eee;
    border: 1px solid #ccc;
}*/

.disabledClass.form-control[disabled] {
    background-color: #eee;
    border: 1px solid #ccc;
}

/*#divQuestionBankStatPanel {
    margin-left: 10px;
}
*/
.divQFInfo, .divExamQFInfo, .divExamQFInfoUpper {
    display: inline-block;
    background-color: aliceblue;
    border-radius: 4px;
    padding: 3px 10px;
    border: solid 1px #8bc7e4;
}

/****EXAM**********/
#navExam{
    width:200px;
}


#page-wrapper.examPageWrapper {
    margin: 0 0 0 200px;
}
#divExamLeftSide {
    position: absolute;
    display: block;
    width: 200px; /*260px;*/
    height: 466px;
    top: 160px;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 2;
    /*border-radius: 0px 20px 20px 0px;*/
}


#pnlLayoutLeftSide {
    background-color: #000000;
    float: left;
    position: fixed;
    top: 0;
    width: 200px;
    bottom: 0; 
    z-index: -1;
}

#divBarContainer {
    position: relative;
    top: 15px;
    height: 420px;
    left: 20px;
    width: 160px;
    background-color: black;
    border-top: solid 1px #777;
    border-bottom: solid 1px #777;
}

#middleLine {
    border-color: red;
    border-top: solid 1px #777;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    z-index:12;
}

#leftBar {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 50px;
    background-color: #3e0000;
    z-index: 5;
}


#leftBarValue {
    position: absolute;
    left: 0px;
    width: 50px;
    background-color: #900202;
    bottom: 0px;
    height: 0%;
    z-index: 10;
}

#rightBar {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 110px;
    width: 50px;
    background-color: #073307;
    z-index:5;
}

#rightBarValue {
    position: absolute;
    bottom: 0px;
    height: 0%;
    left: 110px;
    width: 50px;
    background-color: #037503;
    z-index: 10;
}

.spaBarPercent {
    position: absolute;
    left: 39%;
    background-color: black;
    color: #777;
    margin-top: -10px;
    z-index:20;
}

.spaBarAxis {
    position: absolute;
    bottom: -30px;
    background-color: black;
    color: #a7a700;
    z-index: 20;
}

#spaBarTimeAxis{
    left:14%;
}
#spaBarQuestionAxis {
    left: 60%;
}

#spaBar100 {
    top: 0px;
}

#spaBar50 {
    top: 50%;
}

#spaBar0 {
    top: 100%;
}

.normalFontSize {
    font-size: 1.2em;
}

.mediomFontSize {
    font-size: 1.4em;
}

.largeFontSize {
    font-size: 1.6em;
}

.largerFontSize {
    font-size: 1.8em;
}

.largestFontSize {
    font-size: 2em;
}

#lblQuestionText {
    font-size: 2em;
}

#lblCategoryNameText {
    font-weight:bold;
}

#lblQuestionHelper {
    font-size: 1.3em;
}

#divExamForm input[type=checkbox], #divExamForm input[type=radio], #divExamForm .forInputLabel {
    cursor: pointer;
}

#tableQuestionsSummary tr {
    cursor: pointer;
    text-align: center;
}

.questionNotReadyRow {
    color: #cf0000;
}

.questionReadyRow {
    color: #05760d;
}

#divExamForm .divAnswerPanel div {
    line-height: 1.7;
    margin-bottom: 20px;
}
/*#tableQuestionsSummary td, #tableQuestionsSummary th, #tableExamResultSummary td, #tableExamResultSummary th {
    text-align: center;
}*/
#tableQuestionsSummary .tdLeftCol, #tableExamResultSummary .tdLeftCol {
    text-align: left;
}

.examAnswerResultTrue {
    color: green;
    font-weight:bold;
    text-decoration:underline;
}

.examAnswerResultFalse{
    color:red;
}

.resultColorTrue{
    color:green;
}

.resultColorFalse{
    color:red;
}

.lnkUserExamDetail:hover{
    cursor:pointer;
    text-decoration:underline;
    background-color:lightgray;
}

#exam-page-wrapper {
    margin: 0px 0px 0px 260px;
    min-height: 600px;
    background-color: #F3F3F3;
    bottom: 0px;
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    padding: 2px 15px 0px 15px;
}

#exam-page-inner {
    /*width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding:0px 10px 10px 10px;
    min-height: 550px;*/
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: 0px;
    left: 15px;
    right: 0px;
    bottom: 15px;
}

body#examBody {
    background-color: #F3F3F3;
}

.pnlExamFormContainer {
    min-height:500px;
    position:relative;
}

.divExamQFInfo{
    position:absolute;
    bottom:-35px;
    right:10px;
}

#divQuestionSeparator {
    margin: 0px;
    padding: 0px;
    padding-bottom: 100px;
    display:table;
}

.questionInactivated{
color: red;
}


input.shortInput {
    max-width:100px;
    display:inline-block;
}
/******************TUDÁSPRÓBA KATEGÓRIA EDITOR********************************/
#divCategoryToolPanel, #divKbCategoryToolPanel {
    background-color: #00614a38;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

span.boldSpan {
    font-weight:bold;
}
span.goodAnswer {
    color:green;
    text-decoration:underline;
}

span.badAnswer {
    color: red;
    text-decoration: underline;
}
/*simpleTree-selected**/


/******************TUDÁSPRÓBA TESZTELŐ********************************/
.divLoginLeftMenu {
    height: 600px;
}


.smpTreeSelection {
    font-weight:bold;
    color:red;
}

/*teszt eredmény kép*/
/*#dataTableResultQuestions td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

#tableQuestionsSummary th, #tableExamResultSummary th {
    text-align: center;
}


#pnlExamTitle {
    color: white;
    padding: 0;
    margin:0px;
    float: left;
    font-size: 16px;
}

#pnlExamTitle h2{
    margin:5px 0px 0px 0px;
    padding:0px;
    color:white;
}

#pnlExamTopTitle {
    color: white;
    padding: 0;
    margin:5px 0px 0px 10px;
}

.navbar-side {
    background-color: black;
}

div#divLogoHolder {
    width: 260px;
    min-height: 50px;
}

#examTopLogo {
    height: 40px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 10px;
}

/*simple tree*/

/*.simpleTree-mainContainer > .simpleTree-childrenContainer > .simpleTree-childrenContainer > .simpleTree-nodeContainer > .simpleTree-toggle  {
    background-color: red;
    border-radius: 5px;
}*/

#examTreeEditorContainer .simpleTree-mainContainer > .simpleTree-childrenContainer > .simpleTree-nodeContainer > .simpleTree-label::before {
    content: '\2776';
    color: blue;
}

#examTreeEditorContainer .simpleTree-mainContainer > .simpleTree-childrenContainer > .simpleTree-childrenContainer > .simpleTree-nodeContainer > .simpleTree-label::before {
    content: '\2777';
    color: red;
}

#examTreeEditorContainer .simpleTree-mainContainer > .simpleTree-childrenContainer > .simpleTree-childrenContainer > .simpleTree-childrenContainer > .simpleTree-nodeContainer > .simpleTree-label::before {
    content: '\2778';
    color: darkgreen;
}

.divSeparator {
    position: relative;
    border-bottom-color: darkred;
    border-bottom-style: double;
    height: 10px;
    margin-top: -27px;
    margin-bottom: 10px;
    margin-left: 20px;
    /*background-color: yellow;*/
}

label.labelSeparator {
    position: absolute;
    left: 30px;
    top: -5px;
    background-color: white;
    color: #025F42;
    border-radius: 10px;
    border-color: lightgray;
    padding: 5px;
    font-style: italic;
}