/**************************************************/
/*General Document*/
/**************************************************/
html, body 
{
    height: 100%;
}

input[type="checkbox"] 
{
    opacity: 1;
}

button.active
{
    background-color: #d3d7d7;
    box-shadow: inset 0 1px rgba(0,0,0,0.12);
}

hr
{
    border: 5px solid #dfe2e2;
    margin: 5px -5px;
}

.well
{
    padding: 5px;
    margin-bottom: 20px;
}

.simple-row
{
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
}

.simple-row #statBar 
{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 0;
    left:auto;
    width: 250px;
}

.simple-row #consoleBar 
{
    margin-left: 10px;
    position: relative;
    top: 0;
    left:auto;
    width:350px;
}

.navbar-form select 
{
    width: 100%;
}

.controlForm
{
    margin-bottom: 5px;
    float: left;
}

.middle
{
    margin-left: 20px;
    margin-right: 20px;
}

#wrap 
{
    min-height: 100%;
}

#header 
{
    position: relative;
    margin-bottom: 20px;
}
#main 
{
    position: relative;
    overflow: auto;
    padding-bottom: 220px;
}

#footer 
{
    position: relative;
    margin-top: -220px;
    height: 220px;
    clear: both;
}

#content
{
    visibility: hidden;
}

/**************************************************/
/*Nav Bar*/
/**************************************************/

.alert
{
    padding-bottom: 40px;
    font-size: 1.45rem;
}

.navControlButton
{
    margin-top: 5px;
}

#loadButton
{
    background-color: rgb(0, 150, 215);
    width: 110px;
    height: 65px;
    font-size: 1.2rem;
}

#urlForm
{
    margin-right: 20px;
}

#logo
{
    margin-top: 8px;
}

/**************************************************/
/*Stat Bar*/
/**************************************************/

.manualSwitchingModeGroup
{
    padding-right: 8px;
}

#statBar
{
    padding-left: 0;
    padding-right: 0;
}

#dashSwitchingControls
{
    padding-left: 15px;
}

#dashSwitchingControls select
{
    width: 100px;
}

#dashSwitchingControls .buttonLabel0
{
    padding-top: 3px;
    padding-right: 15px;
}

#dashSwitchingControls .buttonLabel1
{
    padding-top: 3px;
    padding-right: 5px;
}

#dashSwitchingControls .topcoat-button-bar__button
{
    width: 35px;
}

#videoScaleModeDiv
{
    padding-top: 3px;
}

#manualSwitchingModeDiv
{
    padding-bottom: 3px;
}

#dashSwitchingControlsAudioVideoDiv
{
    padding-top: 5px;
    padding-bottom: 3px;
    display: none
}

#videoScaleMode
{
    height: 25px;
    margin-bottom: 0px;
}

#centerSectionTabNav
{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

/**************************************************/
/*Debug Bar*/
/**************************************************/

li.statItem:hover 
{
    background-color: rgb(166, 168, 171);
}

.debugButton
{
    padding: 0 0.79rem;
}

.icon-share.topcoat-glyph-hack
{
    margin-top: 0;
}

.topcoat-button--large--cta
{
    background-color: darkgray;
}

.topcoat-button--quiet.navControlButton
{
    height: 30px;
    display: inherit;
    margin-left: 5px;
}

.topcoat-button-bar__button:focus, .topcoat-button:focus, .topcoat-button--quiet:focus, 
    .topcoat-button--large:focus, .topcoat-button--large--quiet:focus, .topcoat-button--cta:focus, 
    .topcoat-button--large--cta:focus 
{
    border: 1px solid rgb(180, 180, 180);
    box-shadow: 0 0 0 2px #DDDDDD;
    outline: 0;
}

.statPicked
{
    float: left;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.statItem
{
    width: 100%;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.statItem.title
{
    word-wrap: break-word;
    color: inherit;
    background-color: inherit;
    width: 60%;
}

.statItem.value
{
    color: inherit;
    background-color: inherit;
    width: initial;
    margin-right: 0;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
}

.statItemList
{
    overflow-y: scroll;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: small;
}

#video-pending-index, #audio-pending-index
{
    color: red;
}

#debugEnableButton
{
    width: 66px;
}

#debugLogView, #manifestTree
{
    margin-top: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
    font-size: small;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#debugLogView dt 
{
    font-weight: inherit;
}

#debugLogController
{
    display:none;
}

#debugLogModel
{
    display: none;
}

#debugFilterSource
{
    display: none;
    margin-bottom: 0;
}

#debugPanelTabs, #centerSectionTabNav
{
    margin-bottom: 5px !important;
}
/**************************************************/
/*Graph Bar*/
/**************************************************/

.display-graph 
{
    height: 80%;
}

.legendLabel
{
    padding-right: 20px;
}

.graph-placeholder 
{
    position: absolute;
    left: 35px;
    top: 25px;
    width: 92%;
    height: 170px;
}

#graph 
{
    height:190px!important
}

/**************************************************/
/*Preloader*/
/**************************************************/



dl#deviceInfo
{
    font-size: 12px;
    padding-left: 15px;
    margin: 0;
}

.preloaderBar
{
    height: 20px;
    margin-bottom: 0;
}

.preloaderText
{
    color: white;
}

.supportedBrowserHeader
{
    color: rgb(0, 150, 215);

}

.supportedBrowserSubHeader
{
    color: rgb(236, 114, 34);
}

.supportedBrowserText
{
    font-size: 16px;
    margin-left: 200px;
    color: white;
}

#modalPreloader
{
    background-color: transparent;
    box-shadow: 0 0 0 0;
    border: 0;
    top: 40%;
}

