
.clear {
    clear: both;
}

div.ekg-container {
    font-family: 'Roboto Slab';
    margin: 20px auto 0 auto;
    border: 1px solid #c4c4c4;
    position: relative;
    background: url("../images/ekg_bg_new.jpg") no-repeat scroll left top transparent;
    padding-top: 50px;
}
div.ekg-image {
    width: 100%;
    height: 150px;
    position: relative;
    background-repeat: repeat-x;
    background-position: right center;
    border-bottom: 1px solid #000;
}
div.ekg-image span.ekg-name {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    background: #FFFFFF;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
div.list-container {
    float: right;
    min-height: 100px;
    color: #989898;
    height:230px;
    overflow:hidden;   
}
div.list-container p{
    font-size: 21px;
    text-align: center;
    height: 20px;
    line-height: 40px;
    text-align: center;
}
div.control-panel {
    padding: 10px;
    height: 328px;
}
#ekg-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    cursor: pointer;    
    font-size: 14px;
}
#ekg-list li {
    /*float: left;
    width: 30%;*/
    margin-left: 3%;
    display: inline-block;
    width: 94%;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
#ekg-list ul {
    float:left;
    width: 230px;
    padding:10px;
    height:180px!important;
}
#ekg-list ul:first-of-type {
    width: 160px;
}

#ekg-list ul:hover {
    /*background: #DDDDDD;*/
}

#ekg-list ul li:hover {
    font-weight: 600;
    color: #f47321;
}

div.volume {
    width: 150px;
}
div.volume div.minus, div.volume div.plus {
    cursor: pointer;
}
div.volume div.minus {
    float: left;
    width: 15px;
}
div.volume div.plus {
    float: right;
    width: 15px;
}
div.volume div.volume-line {
    width: 120px;
    margin: 0 auto;
    height: 15px;
    width: 10%;
    background: #555555;
    float: left;
}
section {  
    width: 150px;  
    height: 30px;  
    margin: 15px 0 0 0;
    position: relative;
    float: left;
    padding-right: 4px;
}  
#slider{  
    width: 100px;  
    position: absolute;  
    height: 6px;      
    left: 40px;  
    border: none;
}  
html body .ui-slider-horizontal .ui-slider-handle {
    position: absolute;  
    z-index: 2;  
    width: 5px;  
    height: 11px;  
    cursor: pointer;      
    font-weight: bold;  
    background: #3d1414;  
    outline: none;  
    border:none;
    top: -2px;  
    margin-left: -2px;  
    border-radius: 0;
} 
.ui-slider-horizontal .ui-slider-range {  
    background: linear-gradient(top, #ffffff 0%,#eaeaea 100%);  
    position: absolute;  
    border: 0;  
    top: 0;  
    height: 100%;  
    border-radius: 25px;  
} 
span.volume {  
    display: inline-block;  
    width: 25px;  
    height: 25px;  
    left: 8px;
    background: url('images/volume-icon-sprite.png') no-repeat -237px -126px;  
    position: absolute;  
    margin-top: -10px;  
}  
.tooltip {  
    position: absolute;  
    left: 3px;
    display: block;  
    top: -35px;  
    width: 35px;  
    height: 25px;  
    color: #000;  
    text-align: center;  
    font: 10pt Tahoma, Arial, sans-serif ;  
    border-radius: 3px;  
    border: 1px solid #333;  
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);  
    box-sizing: border-box;  
    background: #ffffff;
}  
.buttons {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    margin: -5px auto 0;
    padding: 7px 0;
    position: relative;
    width: 145px;    
    background: url("images/menu_bg.jpg") repeat-x top left;
    display:none;
}

.buttons button {
    margin-left: 20px;
    text-align: right; 
    border: medium none;    
    padding: 0;
    font-size: 16px;    
}
button.let-study {
    background: url("images/tanulok.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 35px;
    width: 105px;
    cursor: pointer;
}
button.let-study:hover {
    color: #f47321;
    font-weight: 700;
    background: url("images/tanulas-h.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

button.let-play {
    background: url("images/start.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 35px;
    width: 105px;
    cursor: pointer;
}
button.let-play:hover {
    color: #f47321;
    font-weight: 700;
    background: url("images/start-h.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
button.start-ekg {
    background: url("images/start.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 35px;
    width: 80px;
    display:none;
    cursor:pointer;
}
button.start-ekg:hover {
    color: #f47321;
    font-weight: 700;
    background: url("images/start-h.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
button.stop-ekg {
    background: url("images/stop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 35px;
    width: 80px;
    display:none;
    cursor:pointer;
}
button.stop-ekg:hover {
    color: #f47321;
    font-weight: 700;
    background: url("images/stop-h.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
button.again {
    background: url("images/again.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 35px;
    width: 80px;
    display:none;
    cursor:pointer;
}
button.again:hover {
    color: #f47321;
    font-weight: 700;
    background: url("images/ujra-h.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
    
.res-cont, button.let-study, .list-container p {
    display: none;
}
div.set-volume {
    position: absolute;
    right: 15px;
    top: 5px;
}
div.set-volume span.text {
    display: block;
    font-size: 11px;
    padding: 0 0 0 10px;
}
div.results-layer {
    position: absolute;
    width: 30%;
    top: 180px;
    left: 54%;
    margin-left: -20%;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);        
    font-family: "roboto slab";
    font-size: 14px;
    border: #989898 4px solid;
}
div.results-layer .close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
img.indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-right: -33px;
    margin-top: -33px;
}

.countdown{
    background: #444;
    border-radius: 5px;
    color: #fff;
    font-size: 33px;
    height: 45px;
    line-height: 42px;
    width: 96px;
    position: absolute;
    right: 2px;
    top: 2px;    
    text-align: center;
}

.res-cont {
    color: #f47321;
    font-weight: 600;  
}

.correct,
.attempts {
    color: #444;
}

.list-container {
    display:none;
}

.start-game {
    font-size: 34px;
    font-weight: 600;
    margin: 0 auto;
    width: 420px;
    left: 260px;
    position: absolute;
    bottom: 140px;   
}

.start-game a {
    text-decoration:none;    
    color: #666;    
}

.start-game img {
    vertical-align:middle;
    margin-right: 15px;
}

.selected {
    color: #ccc!important;    
}
.learningselected {
    color : #9e1d20!important;
}

.answers-percent {
    background: url("images/result-bg-nu.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: 20px;
    color: #fff;
    font-size: 57px;
    height: 165px;
    line-height: 165px;
    position: absolute;
    right: 230px;
    text-align: center;
    width: 165px;
    font-weight: 600;
    display:none;
}

.correctblock {
    margin-left: 55px;
}

.attemptblock {
    margin-left: 15px;
}  

.ekg-bpm {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: none repeat scroll 0 0 #838383;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 34px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 30px;
    text-align: center;
    top: 70px;
    width: 140px;
}
.goodanswerbg, .badanswerbg {
    display:none;
    background:rgba(0,0,0,0.6);
    text-align: center;
    height: 150px !important;
    line-height: 150px !important;
}
.goodanswerbg {
    background: #1e0203;
    opacity: 0.9;
    width:960px;
    position:absolute;
}
.badanswerbg {
    background: #000000!important;
    width:960px;
    position:absolute;
}
.goodanswer, .badanswer {
    display: block;
    position: absolute;
    font-family: "Roboto Slab";
    font-size:36px;
    color:#fff;
    font-weight: 600; 
    left: 355px;
    z-index:10;
}
.goodli {
    color: #9e1d20;
    fontWeight: 400;
}
.showgood, .showbad {
    position: absolute;
    width: 100%;
    height: 150px;
    display:none;
    background:#000;
    top:0;
}
.showgood {
    left:0;
}
.showbad {
    /*right:0;*/
}
.describe {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 5px;
    display: none;
    height: 170px;
    padding: 10px;
    position: absolute;
    top: 260px;
    width: 920px;
    z-index: 0;
}
.nextbutton {
    background: none repeat scroll 0 0 #9e1d20;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Slab;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 20px;
    cursor:pointer;
}
#current-ekg {
    overflow: hidden;
}
.list-container {
    margin-top:-10px;
}
.list-container p {
    display:none!important;
}