@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/digital-7/digital-7.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/digital-7/digital-7.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #222222;
    color: #e2e2e2;
    overflow-y: scroll;
}

video {
    /* override other styles to make responsive */
    width: 100%    !important;
    height: auto   !important;
  }
  
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
	padding: 14px 8px;
    text-decoration: none;
    font-size: 17px;
}

.topnavdiv {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
}

.topnav a:hover {
    color: #e2e2e2;
}

div#btnBad:hover {
    background-color: #d74455;
}

.active {
    background-color: #337ab7;
    color: white;
}

.topnav .icon {
    display: none;
}

.icon {
	/*background-image: url(../img/buttons/icons/menu.png);*/
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
}

.topNavItemLogo {
    padding: 0px !important;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: rgba(91, 91, 91, 0.52);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999;
}

.dropdown-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content span:hover {background-color: #f1f1f1}

#debriefingdropdown:hover .dropdown-content {
    display: block;
}



.menuSeparator {
    height: 55px;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 920px) {
    .topnav.responsive {
        position: absolute;
        width: 100%;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/*odtwarzacz*/

.videoPlayer {
    background-color: #666666;
}

#videos-container {
    display: none;
}

#videos-placeholder {
    display: block;
    background-image: url(../img/speedup.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.iframePLayer {
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: -64px !important;
}

/*przyciski*/

.recordControlButtonsContainer {
    margin-top: 5px;
}

.recordControlChanelContainer {
    float: right;
}

.recordControlButtons {
    display: inline-block;
    border: 1px solid #e2e2e2;

}

.recordControlButtons-no-event {
    display: inline-block;
    border: 1px solid #e2e2e2;

}

.recordControlButtonsPlay {
    display: inline-block;
    border: 1px solid #e2e2e2;
    max-width: 80px;
    max-height: 45px;
    min-width: 80px;
    min-height: 45px;
}

.recordControlButtonRecord {
    max-width: 160px;
    max-height: 90px;
    min-width: 160px;
    min-height: 90px;
    background-image: url(../img/buttons/icons/rec-off.png);

}

/*.recordControlButtonsFullScreen {*/
/*max-width: 80px;*/
/*max-height: 45px;*/
/*min-width: 80px;*/
/*min-height: 45px;*/
/*background-image: url(../img/buttons/icons/fullscreen.png);*/
/*background-size: 80% 80%;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*margin-left: 2px;*/

/*}*/

.recordControlButtonsFullScreen {
    max-width: 71px;
    max-height: 45px;
    min-width: 71px;
    min-height: 45px;
    background-image: url(../img/buttons/icons/fullscreen.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;

}

/*.recordControlMute {*/
/*max-width: 80px;*/
/*max-height: 45px;*/
/*min-width: 80px;*/
/*min-height: 45px;*/
/*background-image: url(../img/buttons/icons/mute.png);*/
/*background-size: 80% 80%;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*margin-left: 2px;*/

/*}*/

.recordControlMute {
    max-width: 71px;
    max-height: 45px;
    min-width: 71px;
    min-height: 45px;
    background-image: url(../img/buttons/icons/mute.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;

}

/*.recordControlButtonPreview {*/
/*max-width: 80px;*/
/*max-height: 45px;*/
/*min-width: 80px;*/
/*min-height: 45px;*/
/*background-image: url(../img/buttons/icons/preview.png);*/
/*background-size: 80% 80%;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*}*/

.recordControlButtonPreview {
    max-width: 71px;
    max-height: 45px;
    min-width: 71px;
    min-height: 45px;
    background-image: url(../img/buttons/icons/preview.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

/*.recordControlButtonPreroll {*/
/*max-width: 225px;*/
/*max-height: 45px;*/
/*min-width: 225px;*/
/*min-height: 45px;*/
/*background-image: url(../img/buttons/icons/preview.png);*/
/*background-size: 80% 80%;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*}*/

.recordControlButtonsFullScreenMini {
    max-width: 55px;
    max-height: 30px;
    min-width: 55px;
    min-height: 30px;
    background-image: url(../img/buttons/icons/fullscreen.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;

}
.icon {
    background-image: url(../img/buttons/icons/3dots.png);
    background-size: 80% 80%;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.recordControlMuteMini {
    max-width: 55px;
    max-height: 30px;
    min-width: 55px;
    min-height: 30px;
    background-image: url(../img/buttons/icons/mute.png);
    background-size: 64% 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;

}

.recordControlButtonPreviewMini {
    max-width: 55px;
    max-height: 30px;
    min-width: 55px;
    min-height: 30px;
    background-image: url(../img/buttons/icons/preview.png);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1px;

}

.playControlButtonRecContainer {
    display: inline-block;
}

.playControlButtonRec {
    display: inline-block;
}

.recordControlButtonRecord.activeR {

    background-image: url(../img/buttons/icons/rec-on.png);
}

.recordControlButtonsSingleCameras {
    width: 156px;
    display: inline-block;
}

/*.recordControlButtonsSingleCameras {*/
/*width: 180px;*/
/*display: inline-block;*/

/*}*/
.recordControlButtonsSingleCameras-six-elements {
    width: 535px;
    display: inline-block;
}

.recordControlButtonsSingleCameras-three-elements {
    width: 225px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.recordControlButtonsSingleCamerasPlay {
    width: 120px;
    display: inline-block;

}

.inputs {
    float: right;
}

.inputs-play {
    float: right;
}

.recordControlButtonsSingleCamerasRow {
    width: 165px;
    display: inline;
    height: 100px;
}

.recordControlButtonsSingleCamerasRow-three-elements {
    width: 165px;
    display: inline;
    height: 100px;
}

.recordControlButtonsAllCameras {
    max-width: 160px;
    max-height: 95px;
    min-width: 160px;
    min-height: 95px;
    background-image: url(../img/buttons/icons/multichanel.png);
    background-size: auto;
}

.recordControlButtonsAllCamerasPlay {
    max-width: 117px;
    max-height: 67px;
    min-width: 117px;
    min-height: 67px;
    background-image: url(../img/buttons/icons/multichanel.png);
    background-size: 100%;
}

/*.recordControlButtonsSingleCamera {*/
/*max-width: 80px;*/
/*max-height: 45px;*/
/*min-width: 80px;*/
/*min-height: 45px;*/
/*background-size: 70%;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*}*/

.recordControlButtonsSingleCamera {
    max-width: 71px;
    max-height: 45px;
    min-width: 71px;
    min-height: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.recordControlButtonsPreroll {
    max-width: 223px;
    max-height: 45px;
    min-width: 223px;
    min-height: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.recordControlButtonsSingleCameraPlay {
    max-width: 55px;
    max-height: 30px;
    min-width: 55px;
    min-height: 30px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;

}

.c1 {
    background-image: url(../img/buttons/icons/1szara.png);
}

.c2 {
    background-image: url(../img/buttons/icons/2szara.png);
}

.c3 {
    background-image: url(../img/buttons/icons/3szara.png);
}

.c4 {
    background-image: url(../img/buttons/icons/4szara.png);
}

.start_debr {
    background-image: url(../img/buttons/icons/tostart.png);

}

.backward_debr {
    background-image: url(../img/buttons/icons/backward.png);

}

.play_pause_debr {
    background-image: url(../img/buttons/icons/play-play.png);

}

.slow_debr {
    background-image: url(../img/buttons/icons/slow.png);

}

.forward_debr {
    background-image: url(../img/buttons/icons/forward.png);

}

.fast_forward_debr {
    background-image: url(../img/buttons/icons/fastforward.png);

}

.record_debriefing {
    background-image: url(../img/buttons/icons/record.png);

}

.preview {
    background-image: url(../img/buttons/icons/preview.png);
}

.mute {
    background-image: url(../img/buttons/icons/mute.png);
}

.fullscreen {
    background-image: url(../img/buttons/icons/fullscreen.png);
    background-size: 50px 35px;
}

/*.recordControlButtonsSeparator {*/
/*max-width: 80px;*/
/*max-height: 45px;*/
/*min-width: 80px;*/
/*min-height: 45px;*/
/*background: url(../img/audio-player-icon-20.jpg) -171px -43px;*/
/*}*/

/*notanik*/

.notebook {
    background-color: #e2e2e2;
    padding: 5px;
    margin-top: 5px;
    /*border-left: 5px solid #222222;*/
    height: calc(90vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
}

.notebookPlay {
    background-color: #e2e2e2;
    padding: 5px;
    margin-top: 5px;
    /* border-left: 5px solid #222222; */
    height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
}

tr:nth-child(4) {
    width: 30px;

}

.camerasComments {
    float: right;
    height: 120px;
    padding-top: 21px;
}

.rowStyleG:nth-child(4) {
    width: 35px;
}

.rowStyleG input {
    width: 100%;
    color: #000;
}

.rowStyleB input {
    width: 100%;
}

td:nth-child(4) select {
    width: 35px;
}

th {
    text-align: center;
}

td {
    border: 1px solid #e2e2e2;
    padding: 0px 2px;
}

.comments {
    display: inline-block;
    max-width: 80px;
    max-height: 45px;
    min-width: 80px;
    min-height: 45px;
    padding: 5px;
    box-shadow: #9E9E9E 1px 1px 1px 1px;
    background-color: #d7d7d7;
    margin: 15px;
    border-radius: 5px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */

    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.bookmarksF {
    display: inline-block;
    width: 100%;
}

.commentsGood {
    background-image: url(../img/buttons/icons/good-off.png);
}

.commentsBad {
    background-image: url(../img/buttons/icons/bad-off.png);
}

.commentsGood.active {
    background-image: url(../img/buttons/icons/good-on.png);
}

.commentsBad.active {
    background-image: url(../img/buttons/icons/bad-on.png);
}

.playSaveComment {
    display: inline-block;
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    min-height: 32px;

    background-image: url(../img/buttons/icons/save.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.preLoadTime {
    color: #2e2e2e;
    width: 62px !important;
}

@media only screen and (min-width: 2200px) {
    .col-xlg-4 {
        width: 33%;
    }

    .col-xlg-5 {
        width: 40%;
    }

    .col-xlg-6 {
        width: 50%;
    }

    .col-xlg-7 {
        width: 60%;
    }
}

.playRemoveComment {
    display: inline-block;
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-image: url(../img/buttons/icons/bin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.playRemoveComment:hover,
.playSaveComment:hover,
.recordControlButtonsPlay:hover {
    background-color: #20a400;
}

.playRemoveComment:active,
.playSaveComment:active,
.recordControlButtonsPlay.active {
    background-color: #f40013;
}

.playCommentsButtonContainer {
    display: inline-block;
    width: 160px;
    margin-left: 12px;
    height: 95px;
    border: 1px solid #e2e2e2;
    float: right;
}

.playCommentsButtonContainerMobile {
    display: inline-block;
    width: 260px;
    margin-left: 12px;
    height: 50px;
    border: 1px solid #e2e2e2;
    float: right;
}

.rowStyleB {
    background-color: #e6a4a7;
}

.rowStyleG {
    background-color: #b2ec8e;
}

#dinamicTable {
    width: 100%;
    color: #2e2e2e;
}

.lessonInfo {
    margin-top: 20px;
    padding: 10px;
    border-left: 5px solid #222222;
    display: block;
    background-color: #e2e2e2;
    width: 100%;
    height: 25%;
    color: #000000;
    overflow-y: auto;
    overflow-x: hidden;
}

.PlayInputs {
    width: 520px;
}

/*.inputs {*/
/*width: 520px;*/
/*}*/
.inputs {
    width: 494px;
}

.inputs-play {
    width: 1033px;
}

.description-container {
    float: right;
}

.playCommentsButton {
    display: block;
    border: 1px solid #e2e2e2;
    /* max-width: 160px; */
    /* max-height: 39px; */
    min-width: 154px;
    min-height: 45px;
    margin-bottom: 2px;
    line-height: 36px;
    text-align: center;
    padding-top: 6px;
    font-size: 18px;
    color: #2e2e2e;
    text-align: center;
    cursor: pointer;
}

.playCommentsButton-mobile {
    display: block;
    border: 1px solid #e2e2e2;
    display: inline-block;
    /* max-width: 160px; */
    /* max-height: 39px; */
    min-width: 126px;
    min-height: 45px;
    margin-bottom: 2px;
    line-height: 36px;
    text-align: center;
    padding-top: 6px;
    font-size: 18px;
    color: #2e2e2e;
    text-align: center;
    cursor: pointer;
}

.playCommentsButton:hover {

}

.playCommentsButton:active {

}

.playCommentsButtonB {
    background-color: #e6a4a7;
}

.playCommentsButtonG {
    background-color: #b2ec8e;
}

.playCommentsTextArea {
    max-height: 25px;

    margin: 0px;
    width: 210px;
    resize: none;
    height: 25px;

}

.recordControlButtonsScreenControl {
    width: 260px;
    display: inline-block;
}

.recordControlButtonsScreenControlPlay {
    width: 120px !important;
    display: inline-block;
}

.full-screen-menu-content {
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

.add-key {
    position: absolute;
    top: 400px;
    left: 580px;
    height: 170px;
    width: 700px;
    display: block;
    z-index: 2000;
    border-radius: 5px;
    background-color: red;
    z-index: 9999999;

}

.enter-email {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 170px;
    width: 700px;
    display: block;
    z-index: 2000;
    border-radius: 5px;
    background-color: red;
    z-index: 9999999;
}

.add-key-input {
    margin-left: 18px;
    font-size: 20px;
    font-weight: bold;
    width: 95px;
    height: 40px;
    text-align: center;
}

.add-email-input {
    margin-left: 140px;
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
    width: 400px;
    height: 40px;
    text-align: center;
}

#add-key-text {
    font-size: 20px;
    text-align: center;
    width: 700px;
}

.submit-key {
    position: absolute;
    width: 120px;
    height: 30px;
    display: block;
    top: 130px;
    left: 290px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    background-color: #20a400;
}

.save-email {
    position: absolute;
    width: 120px;
    height: 30px;
    display: block;
    top: 130px;
    left: 350px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    background-color: #20a400;
    opacity: 1;
}

.save-email-not-active {
    pointer-events: none;
    background-color: #0c6e97;
    opacity: 0.8;
}

.exit-email {
    position: absolute;
    width: 120px;
    height: 30px;
    display: block;
    top: 130px;
    left: 200px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    background-color: #20a400;
}

.demo-key {
    position: absolute;
    width: 90px;
    height: 30px;
    display: block;
    top: 130px;
    left: 425px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    background-color: #20a400;
}

.key-eror {
    position: absolute;
    width: 700px;
    height: 20px;
    display: block;
    top: 105px;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.product-info-button {
    position: absolute;
    width: 180px;
    height: 30px;
    display: block;
    top: 130px;
    left: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    background-color: #20a400;
}

.demo-time {
    position: absolute;
    top: 148px;
    left: 1400px;
    padding: 0;
    width: 500px;
    height: 100px;
    letter-spacing: -1px;
    background: rgba(103, 0, 65, 0.9);
    color: red;
    z-index: 8888888;
}

.demo-time-2 {
    font-family: Digital-7;
    font-size: 60px;
    text-align: center;
}

.buy-licence {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 200px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background-color: #20a400;
    cursor: pointer;
    color: black;
}

.show-key-input {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background-color: #20a400;
    cursor: pointer;
    color: black;
}

.not-allowed {
    cursor: not-allowed;
}

@keyframes blinkPlay {
    50% {
        background-color: #f9fc53;
    }
}

@keyframes blinkGreen {
    50% {
        background-color: #20a400;
    }
}

@keyframes blinkingMarker {
    50% {
        background-color: rgba(242, 239, 29, 0.7);
    }
}

@keyframes blinkRecord {
    50% {
        -webkit-box-shadow: inset 0px 0px 0px 3px #cc0019;
        -moz-box-shadow: inset 0px 0px 0px 3px #cc0019;
        box-shadow: inset 0px 0px 0px 3px #cc0019;
    }
}

.recordControlButtons:hover {
    background-color: #20a400;
    cursor: pointer;
}

.recordControlButtons:active {
    background-color: #f40001;
    cursor: pointer;
}

.off-webrtc {
    background-color: #f40001;
    opacity: 0.9;
}

.off-webrtc-ready {
    animation: blinkPlay .8s step-end infinite alternate;
    opacity: 0.9;
}

.off-webrtc-active {
    /* background-color: #20a400;  */
    opacity: 0.4;
}

.recording-activated {
    background-image: url(../img/buttons/icons/rec-on.png);
    animation: blinkRecord .5s step-end infinite alternate;
}

.menu-full-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.00;
}

.menu-full-screen:hover {
    opacity: 1;
    background-color: #2e2e2eaa;
}

.active-camera-input {
    background-color: #20a400;
}
.muted {
    background-color: #20a400;
}

.active-video-control {
    background-color: #20a400;
}

#buttons-row {
    margin-top: 7px;
}

/*.clock-container-span{*/
/*width: 250px;*/
/*padding-top: -7px;*/
/*height: 40px;*/
/*display: inline-block;*/
/*}*/

.clock-container-span {
    width: 249px;

    height: 40px;

    display: inline-block;
}

.clock-container-span-mobile {
    width: 249px;

    height: 40px;
    display: inline-block;
    padding-bottom: 5%;
}

.preview-container-span {
    width: 215px;
    padding-top: -7px;
    height: 40px;
    display: inline-block;
}

.slider-preroll {
    width: 100px;
}

@media screen and (min-width: 1400px) {
    .leftButtonsContainer {
        width: 50%;
    }

    .inputs {
        margin-top: 6px;
    }
}

/*INDEX.PHP*/

div#teacherslist {
    margin-top: 15px;
    margin-bottom: 15px;
}

div#groupslist {
    margin-top: 15px;
    margin-bottom: 15px;
}

div#studentslist {
    margin-top: 15px;
    margin-bottom: 15px;
}

.scenariusz {
    background-color: #ffffff;
    color: #2e2e2e;
    padding: 6px;
    border-left: 5px solid #222222;
    border-radius: 6px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 50vh;
}

.noBg {
    display: none;
}

.scenariusz .big-block {
    margin-bottom: 15px;
    border: solid 2px #2939ba;
    padding: 5px;
}

.big-block {
    margin-bottom: 15px;
    border: solid 2px #2939ba;
    padding: 5px;
}

.naglowek1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.naglowek2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: italic;
}

.naglowek3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-side-logo {
    height: 500px;
    width: 700px;
	    max-width: 100%;
    background: url('../img/speedup.png') no-repeat 0px 0px;
    background-size: 700px 500px;
    margin: 0 auto;
    display: block;
}

.main-config-container {
    width: 100%;
    height: 600px;
    margin: 5px auto;
    display: block;
}

.config-title {
    width: 100%;
    height: 50px;
    background-color: #2b669a;
    display: block;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.date-time {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    display: inline-block;

}

.date {

    font-size: 25px;
    display: inline-block;
    width: 300px;
    text-align: center;
}

.config-row {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    border-bottom: solid 3px #000099;
    display: inline-block;
}

.row-element {
    display: inline-block;
    width: 310px;
    height: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

.choose-students {
    margin-top: 20px;
    width: 100%;
    height: auto;
    font-size: 25px;
    text-align: left;
    display: block;
    border-bottom: solid 3px #000099;

}

.choose-didactic-aids {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 25px;
    text-align: left;
    display: block;
    border-bottom: solid 3px #000099;

}

.simulation-description {
    width: 100%;
    height: auto;
    font-size: 25px;
    text-align: left;
    display: block;
}

.confirm-training {
    width: 100%;
    display: inline-block;
}

.start-recording {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    float: left;
}

.cancel-training {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 25px;
    text-align: center;

    display: inline-block;
    line-height: 50px;
}

.button-click {
    background-color: #337ab7;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
}

.button-click:hover {
    background-color: #005ba8;
}

.button-click:active {
    background-color: #005ba8;
}

.button-click-remove {
    background-color: #337ab7;
    border-radius: 5px;
    width: 18px;
    cursor: pointer;
    margin: 2px;
}

.button-click-remove:hover {
    background-color: #f40013;
}

.button-click-remove:active {
    background-color: #005ba8;
}

.config-row select {
    width: 250px;
}

#simulationdescription {
    background-color: #FFFFFF;
    width: 100%;
    resize: none;
    min-height: 150px;
    text-align: left;
}

.row-element-student {
    display: inline-block;
    width: 310px;
    height: 30px;

    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

.student-row {
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.date-row {
    width: 100%;
    height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.row-element-date {
    display: inline-block;
    width: 310px;
    height: 30px;

    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

.student-list {
    width: 100%;
    height: auto;
}

.student-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.student-name {
    display: inline-block;
}

.remove-student {

    text-align: center;
    display: inline-block;
    float: right;
}

.group-list {
    width: 100%;
    height: auto;
}

.group-row {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.group-name {
    display: inline-block;
}

.remove-group {

    text-align: center;
    display: inline-block;
    float: right;
}

.heading {
    font-weight: bold;
    font-size: 25px;
}

.teacher-name {
    display: inline-block;
}

.remove-teacher {

    text-align: center;
    display: inline-block;
    float: right;
}

/*record.php*/
.timer-id-class-record {
    font-family: Digital-7;
    height: 55px;
    width: 270px;
    font-size: 63px;
    text-align: left;
    /*padding: -10px;*/
    color: red;
    letter-spacing: 2px;
    text-align: right;
}

.timer-id-class-debriefing {
    font-family: Digital-7;
    width: 250px;
    height: 55px;
    font-size: 63px;
    text-align: left;
    /*padding: -10px;*/
    color: #35d300;
    letter-spacing: 2px;
    text-align: left;
}

.timer-id-class-recording-simulation {
    font-family: Digital-7;
    height: 55px;
    font-size: 63px;
    text-align: left;
    color: red;
    letter-spacing: 2px;
    text-align: left;
    line-height: 63px;
    margin: 0px;
}

/*.timer-id-class{*/
/*font-family: Digital-7;*/
/*height: 55px;*/
/*font-size: 63px;*/
/*text-align: left;*/
/*padding: -10px;*/
/*color: red;*/
/*margin-top: -65px;*/
/*letter-spacing: 7px;*/
/*}*/

.row-scenario-information {
    width: 100%;
    padding-bottom: 3px;
    display: inline-block;
}

.element-scenario-information {
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
}

.element-scenario-information-value {
    display: inline-block;
    padding-left: 10px;
}

.confirmed-saving-to-database {
    color: #20a400;
}

#buttons-row-fullscreen {
    display: none;
}

/*select.php*/

.result-table {

	width: 65%;
    float: left;
    padding: 10px;
    color: #2e2e2e;
    min-height: 79%;
    overflow-y: hidden;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    color: #2e2e2e;
}

table, th, td {
    border: 1px solid black;
}

th {
    /*/text-align: center;*/
    background-color: #337ab7;
    color: #2e2e2e;
}

td {
    height: 30px;
    vertical-align: bottom;
    cursor: pointer;
}

th, td {
    padding: 10px;
    text-align: center;
    /*    border-bottom: 1px solid #ddd;  /* horizontal dividers */
}

tr:hover {
    background-color: #337ab7 !important;
    color: #000000;
}

table#resultTable {
    margin-top: 5px;
    width: 100%;
    font-size: 20px;
}

#allquery {
    width: auto;
    font-size: 1.9em;
}

#allquery:after {
    content: '';
    display: block;
    clear: both;
}

.pageMargin {
    margin: 5px;
}

#mainselection {
    overflow: hidden;
    width: 230px;
    height: 40px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 11px #330033;
    background: #4254b1;
}

#descriptionContainer {

    float: left;

}

#descriptionImg {
    margin-top: 5px;
    width: 100%;
}

.mainselection select {
    height: unset;
}

.descriptionContent {
    margin-top: 11px;
    width: 100%;
    float: right;
    background-color: #e2e2e2;
    color: #2e2e2e;
    padding: 6px 12px;
    max-height: 24vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.descriptionContent-select {
    margin-top: 11px;
    width: 100%;
    float: right;
    background-color: #e2e2e2;
    color: #2e2e2e;
    padding: 6px 12px;
    max-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectedRow {
    background-color: #337ab7 !important;
}

.row1 {
    background-color: #c5c5c5;
}

.row2 {
    background-color: #a6a6a6;
}

.copyrow1 {
    background-color: #c5c5c5;
}

.copyrow2 {
    background-color: #a6a6a6;
}

.copyrow1:hover,
.copyrow2:hover{
    background-color: #d9d61c;
}

.copyrow1:active,
.copyrow2:active{
    background-color: #d90704;
}

.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 39px; /* Specified height */
    background: transparent; /* Grey background */
    outline: none; /* Remove outline */
    margin-top: 2px;
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 15px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.prerolltooltip {
    position: absolute;
    bottom: 11px;
    font-family: Digital-7;
    height: 25px;
    width: 270px;
    font-size: 25px;
    text-align: left;
    /*padding: -10px;*/
    z-index: -999999;
    color: red;
    letter-spacing: 2px;
}

.disabled {
    background-color: #67676c;
    pointer-events: none;
}

.ready-index {
    animation: blinkPlay .5s step-end infinite alternate;
}

.all-completed-index {
    animation: blinkGreen .5s step-end infinite alternate;
}

.blinking-marker {
    animation: blinkingMarker .5s step-end infinite alternate;
}
.main-table{
    float: left;
    max-height: calc(100vh - 580px); /* SF  było 325  */
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
thead th {
    position: sticky;
    position: -webkit-sticky;
    top: -11;
    z-index: 10;
}


#allusers{
    width:100%;
}
.alert-user{
    position: absolute;
    width: 300px;
    height: 150px;
    font-size: 20px;
    display: none;
    left: calc(100vh - 200px);
    top: calc(50vh - 175px);
    border-radius: 10px;
    cursor: pointer;
    z-index: 99999;
    text-align: center;
    color: #ffffff;
}

.confirmed{
    background-color: #20a400;
}
.confirmed:hover{
    background-color: #d4cd0c;
}
.confirmed:active{
    background-color: #d40004;
}

.failed{
    background-color: #d40004;
}
.failed:hover{
    background-color: #d4cd0c;
}
.failed:active{
    background-color: #ff0004;
}

.mixer-link-disconnected{
    background-color: red;
}
.mixer-link-connected {
    background-color: green;
}
