﻿

/* ========================================================================================== */

body {
    margin: 0 auto;
    padding: 0px;
    border-collapse: collapse;
    background-color: Gray;
    font-family: Verdana, Arial, Times New Roman, Courier New;
    font-size: 12px;
}

#errorLocation {
    font-size: small;
    color: Red;
    background-color: White;
}

#anonymousText {
    font-size: 100%;
    color: Red;
    background: rgb(255,255,255);
    width: 1100px;
    margin: 0 auto;
    text-align: center;            
}
        
#anonymousLink {
    font-size: larger;
    color: Blue;
    background: rgb(255,255,255);
    width: 1100px;
    margin: 0 auto;
    text-align: left;            
}
            
#anonymousLink a {
    font-size: 100%;
    color: Red;
    background: rgb(255,255,255);                        
}

#anonymousMail {
    font-size: 100%;
    color: Black;
    background: rgb(255,255,255);
    width: 1024px;
    margin: 0 auto;
    text-align: left;            
}

#waitingForCallback {
    font-size: larger;
    color: Red;
    background: rgb(255,255,255);
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------ */

#MainCanvas {
    width: 1100px;
    height: 756px;
    margin: 0 auto;
    background: #EFEFEF;
    color: #000000;
}

.page-counter {
    padding: 15px;
}
.page-progress-bar {
    position: absolute;
    top: -3px;
    height: 3px;
    width: 100%;
    background-color: #cbcbcb;
}
.page-progress-bar-value {
    width: 0;
    background-color: #7e7e7e;
    height: 3px;
    transition: width .2s;
}

/* CANVAS BUTTONS */
/* ------------------------------------------------------------------------------------------ */

#CanvasButtons {
    position: relative;
    width:1100px;
    height:50px;
    margin: 0 auto;    
    background: #BFD686;
    color: #000000;
}

a.CanvasButton {
    position: absolute;
    top: 3px;
    display: block;
    width: 80px; _width: 120px;
    height: 24px; _height: 44px;
    padding: 9px 20px 11px;
    background: transparent url('Images/CanvasButton.png') no-repeat;
    background-position: -120px 0;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bolder;
    color: White;
    cursor: pointer;
}
a.CanvasButton:hover {
    background-position: 0 0;
}

#CanvasButtonBack {
    left: 400px;
    text-align: left;
}
#CanvasButtonNext {
    left: 580px;
    text-align: right;
}
#CanvasButtonContinueLater {
    left: 840px;
    width: 110px; _width: 120px;
    padding: 9px 5px 11px;
}
#CanvasButtonEnd {
    left:970px;
}
#CanvasButtonFinish {
    position: absolute;
    left: 390px;
    top: 331px;
    width: 280px;
    height: 44px;
    background: transparent url('Images/CanvasButton_320px.png') no-repeat;
    background-position: -320px 0;
}
#CanvasButtonToggleSpecialAnswer {
    left:70px;
    width: 88px; _width: 128px;
    height: 30px; _height: 50px;
    padding: 3px 16px 10px;
}
#CanvasButtonFinish:hover {
    background-position: 0 0;
}


a.CanvasButtonUser {
    display: block;
    cursor: pointer;
    color: white;
    background: #696969;
    background: -moz-linear-gradient(top, #bbb, #000);
    border: 3px solid #444;
    border-radius: 17px;
}
a.CanvasButtonUser:hover {
    background: #8C8C8C;
    background: -moz-linear-gradient(top, #ccc, #333);
    border: 3px solid #666;
}


/* PAGE CANVAS, PAGES, ... */
/* ------------------------------------------------------------------------------------------ */

.PageCanvas {
    position: relative;
    left: 0px;
    top: 0px;
    display: none;
    width:1100px;
    height:706px;
}

#FinishPageText {
    display: none;
    position: absolute;
    left: 450px;
    top: 253px;
    font-size: 16px;
}

#LastPageTextCanvas {
    position: absolute;
    left: 433px;
    top: 253px;
}
#LastPageText {
    position: absolute;
    left: 433px;
    top: 253px;
    font-size: 26px;
}
#LastPageCloseLabel {
    position: absolute;
    left: 880px;
    top: 20px;
    font-weight: bold;
}

#WaitCanvas {
    text-align: center;
    font-size: 26px;
}
#WaitCanvasText {
    position: relative;
    top: 253px;
}


/* OVLADACI PRVKY */
/* ------------------------------------------------------------------------------------------ */

label {
    cursor: pointer;
    white-space: nowrap;
}

.rbImage {
    background: transparent url('Images/CanvasButton.png') no-repeat;
}
.cbImage {
    background: transparent url('Images/CanvasButton.png') no-repeat;
}

/* HTML5 VIDEO */
/* ------------------------------------------------------------------------------------------ */

.videoProgressBarContainer {
    background-color: #adadad;
}

.videoProgressBar {
    background-color: #404040;
}

.videoTimerContainer {
    display: inline-block;
    color: #d0d0d0;
    position: relative;
    top: -10px;
    margin-left: 20px;
}

.videoPlayCounter {
    position: absolute;
    top: 34px;
    left: 200px;
    color: #d0d0d0;
    font-size: 0.8em;
}

.videoResultsTitle {
    color: #d0d0d0;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 1.2em;
}

.videoResults {
    color: #f9f9f9;
    text-align: center;
}


/* HTML5 VIDEO BUTTONS */
/* ------------------------------------------------------------------------------------------ */

a.videoBtn {
    display: inline-block;
    margin: 7px 0px 0px 6px;
    height: 28px;
    border:solid 1px #404040;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
    -webkit-box-shadow:0 0 5px rgba(255, 255, 255, 0.5);box-shadow:0 0 5px rgba(255, 255, 255, 0.5);
}

a.videoBtnStop {
    width: 28px;
    background: #adadad url('Images/stop.png') no-repeat;
    background-position: center;
}

a.videoBtnPlay {
    width: 48px;
    background: #adadad url('Images/play.png') no-repeat;
    background-position: center;
}

a.videoBtnPause {
    width: 48px;
    background: #adadad url('Images/pause.png') no-repeat;
    background-position: center;
}

a.videoBtnAction {
    width: 88px;
    background-color: #439c0c;
}

a.videoBtn:hover {
    background-color: #f1f1f1;
}

a.videoBtnDisabled, a.videoBtnDisabled:hover {
    opacity: 0.2;
    background-color: #adadad;
}

a.videoBtnAction.videoBtnDisabled, a.videoBtnAction.videoBtnDisabled:hover {
    background-color: #439c0c;
}

/* SLIDER */
/* ------------------------------------------------------------------------------------------ */

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  height: 25px !important;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin-top: -5px;
}

/* track */
input[type=range]::-webkit-slider-runnable-track {
  height: 13px;
  border-radius: 5px;  
  background: #d3d3d3;
}
input[type="range"]::-moz-range-track {
  height: 13px;
  border-radius: 5px;  
  background: #d3d3d3;
}
input[type=range]::-ms-track {
  appearance: none;
  -webkit-appearance: none;
  height: 13px !important;
  border-radius: 5px;  
  background: #d3d3d3;
  border-color: transparent;
  color: transparent;
  outline: none;
  overflow: visible;
}
input[type=range]::-ms-fill-lower {
  opacity: 0;
  /* show left part:
  border-radius: 5px; 
  background: #dd1e1e;
  */
}
input[type=range]::-ms-fill-upper {
  opacity: 0;
}
input[type=range]::-ms-ticks-before {
  opacity: 0;
}
input[type=range]::-ms-ticks-after {
  opacity: 0;
}
input[type=range]::-ms-tooltip {
  opacity: 0;
  display:none;
}

input[type=range]:focus {
  outline: none;
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px; /* Centers thumb on the track */
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #fff;
  cursor: pointer;
  border: 2px solid #404040;
  box-sizing: border-box;
  transition: background .2s;
}

input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid #404040;
  box-sizing: border-box;
  transition: background .2s;
}

input[type=range]::-ms-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid #404040;
  box-sizing: border-box;
  transition: background .2s;
}

input[type=range]:hover::-webkit-slider-thumb {
    background: #dd1e1e;
}
input[type=range]:hover::-moz-range-thumb {
    background: #dd1e1e;
    outline: none;
}
input[type=range]:hover::-ms-thumb {
    background: #dd1e1e;
    outline: none;
}

/* ========================================================================================== */
                    
