﻿/*  
  Author: Bogdan Costea <bogdan@devaccelerator.ro>
  Created on: 4/1/2017 10:39 AM
  Copyright (c) 2017 
*/
body {
    margin: 0px !important;
    padding: 0px !important;
}

.player-container {
    display: table;
    height: 100%;
    width: 100%;
}

.activity-tree {
    display: table-cell;
    vertical-align: top;
    width: 280px;
}

.player-content {
    display: table-cell;
}

#playerFrame {
    border: 0px !important;
}

#activityTree-reveal {
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
    height: 24px;
    width: 24px;
    line-height: 23px;
}

#activityTree-collapse {
    height: 24px;
    width: 24px;
    line-height: 23px;
    margin-top: 2px;
    margin-right: 4px;
}

#activityTree {
    margin-top: 26px;
    padding: 4px;
}

#activityTreeTitle {
    margin-top: 6px;
    margin-left: 4px;
    font-weight: bold;
}

#playerActivityTree {
    background-color: #F9F9F9;
    border-right: 1px solid #ccc;
}

.player-text-container .player-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
}

.player-text-container .player-heading {
    font-family: 'Lato', sans-serif;
    font-size: 4em;
    font-weight: bolder;
}

.player-text-container .player-subheading {
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: bolder;
}

.test-result{
  font-size: 2.4em;
}

.test-result-label, .test-result-value{
  font-size: 2.4em;
}

.panel-test-results {
  padding:20px;
}

.test-result .glyphicon {
  top: 5px;
  left: -10px;
}

@media (max-width: 768px) {
      .col-xs-12.text-right, .col-xs-12.text-left {
              text-align: center;
       }
}
