
p
{
	margin-bottom:0px;
}
.column
{
	padding:0px;
}

.me-cannotplay
{
	color:red;
}


.playerPanel
{
	
    /*position:absolute;*/
    width:100%;
    height:100%;
	position:relative;
	background-color:black;
}

.hlsplayer {
    width: 100%;
    height: 100%;
}
#playerWrapper
{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.metadataPanel
{
	/*position:absolute;
	left:calc(100% - 400px);	
	left:-moz-calc(100% - 400px);	
	left:-o-calc(100% - 400px);	
	left:-webkit-calc(100% - 400px);*/
	position:absolute;
	right:0px;
	top:0px;
	background-color:#efefef;
	width:450px;
	height:100%;
	overflow-y:auto;
}

.metadataPanelWrapped
{
	width:100%;
	background-color:#efefef;
	height:500px;
	position:relative;

}


.mainContainer { *zoom: 1; }
.mainContainer:before, .mainContainer:after { content: " "; display: table; }
.mainContainer:after { clear: both; }

#mainContainer
{
	overflow:hidden;
}

.mainContainer
{
	position:relative;
	width:100%;
	min-width:0px;

}

.mainContainerWrap
{
	position:relative;
	min-width:0px;
	width:calc(100% - 800px);	
	width:-moz-calc(100% - 800px);	
	width:-o-calc(100% - 800px);	
	width:-webkit-calc(100% - 800px);

}

.handoutFileDocumentView
{
	width: 50%;
	position: absolute; 
	top: 0px; right: 0px; 
	height: 100%; 
}

.playerPanelContainer
{
	position: relative;
}


.playerPanelContainerFullScreen {
display:inline;
position: fixed;
left: 0 ;
right: 0 ;
top: 0 ;
bottom: 0 ;
width: 100% ;
height: 100% ;
z-index: 99999 ;
overflow: hidden ;
background-color:black;
}

.playerPanelContainerFullScreen #closedCaptionPanel.bottomCC {
    position: absolute;
    text-align: center;
    color: white;
    overflow: hidden;
    background: black;
    bottom:0px;
}
.playerPanelFullScreen
{
	background-size:cover;
	position:absolute;
	top:0px;
}

div.inputform
{
	max-width:none;  
}




#playerContainer #streamsPanel.streamsPanel, #downloadStreamsPanel.streamsPanel {
    position: absolute;
    left: 50%;
    top: 50%;
    /*margin: -100px 0 0 -100px;*/
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 10px;
    display: none;
    color: white;
    z-index: 10;
    border: 1px solid #808080;
}


#playerContainer #streamsPanel.hasHD {
    min-width: 300px;
}



#playerContainer .streamsPanel.iphone
{ position: absolute; left: 50%; top: 100%; 
  margin: -20px 0 0 -100px;
}


#playerContainer .streamsPanel a
{
	color:white;
	display:block;
	font-size:20px;
	margin-bottom: 7px;
	padding-left: 5px;
}

#playerContainer .embeddedPlayer .streamsDiv a {
	font-size: 14px;
}

#playerContainer .streamsPanel  div
{
	font-size:20px;
}

#playerContainer .embeddedPlayer .streamsDiv div {
	font-size: 14px;
}

#playerContainer .embeddedPlayer .streamsDiv .title {
	color: white;
	border-bottom: 1px solid #808080;
	padding: 0px;
	padding-left: 5px;
}


#playerContainer .streamsPanel a.currentStream
{
	display:block;
	background: white;
	color: #222;
}

#playerContainer .streamsPanel div.disabledStream
{
	display:block;
	color: #666;
	margin-bottom: 7px;
	padding-left: 5px;
	font-size: 20px;
}


#playerContainer .streamsPanel .title
{
	color: white; 
	border-bottom: 1px solid #808080;
	 padding: 5px; 
	padding-right:30px;
}




#playerContainer .streamsPanel .divStreamList {
    padding: 20px;
    padding-bottom: 10px;
    overflow: auto;
}


#playerContainer .embeddedPlayer .streamsDiv .divStreamList {
	padding: 0px;
}

#playerContainer .streamsPanel .closeIcon
{
	color:white;
	cursor:pointer;
	font-size:20px;
}

#playerContainer .embeddedPlayer .streamsDiv .closeIcon {
	font-size: 16px;
}

#playerContainer .streamsPanel .btnCloseStreamsPanel
{
	padding:5px;
	padding-left:10px;
	top:0px;
	right:0px;
	position:absolute;
}

#playerContainer .embeddedPlayer .streamsDiv .btnCloseStreamsPanel {
	padding: 0px;
	padding-left: 5px;
}


#playerWrapper #playerContainer .streamListTitle
{
	position: relative;
	border-bottom: 1px solid #808080;
}

#playerWrapper #playerContainer .streamsPanel .streamListTitleLeft
{
	width: 50%;padding-left: 10px;
	cursor:pointer;
    display:inline-block;
}


#playerContainer #streamsPanel.hasHD .streamListTitleLeft {
    width: 33%;
}

#playerWrapper #playerContainer #streamListTitleHD {
    display:none;
}

#playerWrapper #playerContainer .streamsPanel .streamListTitleRight {
    float: right;
    width: 50%;
    right: 0px;
    top: 0px;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
}

#playerContainer #streamsPanel.hasHD .streamListTitleRight {
    width: 33%;
}


#playerWrapper #playerContainer .streamsPanel .streamListSelected
{
	background-color: #a0a0a0;
}

#btnMobilePlay { 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	display: none; background-color: rgba(0, 0, 0, 0.8); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; 
}
#btnMobilePlay span {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-right: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#divRememberStream
{
	margin-right:20px;
	margin-left:20px;
	margin-bottom:10px;
}

#playerWrapper #btnOpenStreamList
{
	width:100%;
	padding:10px;
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background-color:rgba(0, 0, 0,0.5);
}


#clipline #clipToolbar #clipName
{
	display: inline-block;
	width: 150px;
}

.pf-playlist-toggle .pf-button
{
	display:none;
}

.pf-playlist-toggle
{
	cursor:default;
}

.timelineSpaceHolderTop
{
	position:absolute;
	height:20px;
	top:-12px;
	width:100%;
}

.timelineSpaceHolderBottom
{
	position:absolute;
	height:20px;
	top:28px;
	width:100%;
}

header span.headerTitle
{
	display: inline-block;
white-space: normal;
margin-right: 100px;
}

#playerContainer #prevPerson
{
	display:none;
}

#playerContainer #nextPerson
{
	display:none;
}

#playerWrapper #divWaitingStream
{
	display:none;
	height: 100%;
	width: 100%;
    background-color:black;
	background-image:url('img/adjourned.jpg');
	background-size:cover;
	background-repeat: no-repeat;
    background-position: center center;
}

#playerContainer #divPlayerError
{
	display:none;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	right:0px;
	font-size: 18px;
	color: red;
	background-image:url('img/error.jpg');
	
}

    #playerContainer #divPlayerError #btnRetry {
        font-size: 20px;
        width:100px;
        color:black;
    }

#playerContainer #divPlayerError .errorText {
    position: absolute;
    bottom: 140px;
    text-align: center;
    color: red;
    left: 0px;
    right: 0px;
    z-index: 10;
    font-size: 38px;
}


#playerWrapper #divWaitingStream span
{
	display: table-cell;
	vertical-align: middle;
	color:white;
	font-size:24px;
}

#playerWrapper #divWaitingStream #divStreamNoAvaiable
{
	display:none;
	text-align: center;
	height: 100%;
	width: 100%;
}




#playerContainer #divAudioOnly
{
	display:none;
	left: 0px;
	height: 100%;
	width: 100%;
	top:0px;
	background-image:url('img/audioonly.jpg');
	background-size:cover;
	background-repeat: no-repeat;
    background-position: center center;
	position: absolute;
	height: -moz-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 45px);
	/*height:calc(100% - 80px);	
	height:-moz-calc(100% - 80px);	
	height:-o-calc(100% - 80px);	
	height:-webkit-calc(100% - 80px);*/	

}

#playerContainer #divHidePlayer {
	display: none;
	left: 0px;
	height: 100%;
	width: 100%;
	top: 0px;
	background-color:black;
	position: absolute;
	/*height:calc(100% - 80px);	
	height:-moz-calc(100% - 80px);	
	height:-o-calc(100% - 80px);	
	height:-webkit-calc(100% - 80px);*/
}

#btnClipEdit
{
	position:absolute;
	right:10px;
	bottom:50px;
	display:none;
	width:180px;
}



#divClipEditingHelp
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#f7f7f7;
	border:1px solid #d0d0d0;
	display:none;
}

#divClipEditingHelp .content
{
	overflow-y:auto;
	overflow-x:hidden;
	position:absolute;
	top:75px;
	left:0px;
	right:0px;
	bottom:0px;
	padding:10px;
}

#divClipEditingHelp .header
{
	position:absolute;
	background-color:#f0f0f0;
	height:75px;
	top:0px;
	width:100%;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: #f0f0f0;
	font-size: 20px;
	font-weight: 300;
	background-color:#616161;
	color:white;
}

#divClipEditingHelp #btnCloseHelp
{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}


#divClipEditingHelp  .chkNeverShowThis
{
	position:absolute;
	top:40px;
	left:20px;
	font-size:14px;
	color:#d0d0d0;
}

#divClipEditingHelp .footer .okButton
{
	position:absolute;
	top:8px;
	right:10px;
}

#divClipEditingHelp li
{
	margin-bottom:10px;
}

#playerWrapper.embeddedPlayer #timecode #position {
    font-size: 12px;
}
#playerWrapper.embeddedPlayer #player #playerContainer .playerSettings {
    font-size: 12px;
    bottom:28px;
}

#playerWrapper.embeddedPlayer #player #playerContainer #nav #buttons #play, #playerWrapper.embeddedPlayer #player #playerContainer #nav #buttons #pause {
    margin-top: 10px;
}

#playerWrapper.embeddedPlayer #player #playerContainer #nav {
    bottom:30px;
}
#divClipEditingHelp span.showHelpHint:hover {
    color: #d74b07;
}

#timelineSection
{
	display:none;
}

#timelineSection .tickBottomHigh
{
	top:13px;
}

#timelineSection .tickBottomLow
{
	top:31px;
}

#clipEditForm
{
	padding:0px 0px 0px 10px;
	margin-top:20px;
}

#clipEditForm label.wtime1
{
	width:100px;
}

input[type="text"].titletime1
{
	padding-left:105px;
}




#clipEditForm #btnMarkEnd
{
	display:inline-block;
	width:50px;
	margin:0px;
	background-image:url('./img/icn/markout.png');
	background-repeat:no-repeat;
	background-position:center;
	border-left:0px;
	padding-bottom:3px;
}
#clipEditForm #btnMarkStart
{
	display:inline-block;
	width:50px;
	margin:0px;
	background-image:url('./img/icn/markin.png');
	background-repeat:no-repeat;
	background-position:center;
	border-left:0px;
	padding-bottom:3px;
}

#clipEditForm .timeCol
{
	width:calc(100% - 50px);	
	width:-moz-calc(100% - 50px);	
	width:-o-calc(100% - 50px);	
	width:-webkit-calc(100% - 50px);	

}

#clipEditForm .clipNameCol
{
	width:400px;
}

#clipEditForm .editTimeCol
{
	width:300px;
}

#clipEditForm .buttonCol {
    width: 270px;
    margin-top: 5px;
}

#clipEditForm .clipCol
{
	width:730px;
}
#clipEditForm .normbutton
{
	margin:0px 0px 0px 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#divClipEditingHelp .helpImg
{
	margin-left:5px;
}

#divClipEditingHelp .helpItem
{
	margin-left:20px;
}

#divClipEditingHelp  .index
{
	margin-top:3px;
	padding:10px;
	background-color:#616161;
	font-size:30px;
	color:white;
	display:inline-block;
}

.divHelpArrow
{
	position:absolute;
	display:none;
	left:0px;
	top:100px;
	width:27px;
	height:75px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	z-index:100000;
	background-image:url("./img/arrowDown1.gif");
}



#timeFormatError
{
	background:red;
	display:none;
	position:absolute;
	padding:10px;
	color:white;
	z-index:10000;
}

#timeFormatError1 {
    background: red;
    display: none;
    position: absolute;
    padding: 10px;
    color: white;
    z-index: 10000;
}

.jobsWrapper .jobTable .downloadIcon
{
	margin-top:8px;
	margin-left:10px;
	width:24px;
	height:24px;
}

.jobsWrapper .jobTable .loadingIcon
{
	margin-top:8px;
	width:68px;
	height:24px;
	margin-left:10px;
}

.jobsWrapper .jobTable  .downloadText
{
	display:inline-block;
	vertical-align: middle;
	margin-top:-20px;
}

.jobsWrapper .jobTable .progressText
{
	z-index: 100;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#dialogTitle .jobProgress {
	float: left;
	top: 15px;
	left: 0px;
	height: 40px;
	width: 100px;
	margin-left: 150px;
	background-color: gray;
}


#dialogTitle .loadingIcon {
	z-index: 100;
	margin-top: 8px;
	margin-left: 10px;
	width: 68px;
	height: 24px;
	position: absolute;
}


#dialogTitle .progressText {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 0%;
	background-color: #23a6ef;
}

#dialogTitle .statusText {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 18px;
}




#clipJobTooltip
{
	overflow:hidden;
}
#clipJobTooltip table td
{
	font-family: 'Ropa Sans', sans-serif; 
	font-size:16px;
	white-space:nowrap;
}

.ui-widget-header
{
	background-color:#b8b8b8;
	color:white;
	font-size:20px;
}
.ui-widget-content
{
	background:#f1f1f1;
}



#playerWrapper #player #playerContainer #nav #divOpenClip
{
	cursor:pointer;
	color:white;margin-top: 50px;position: absolute;
	right:8px;
	display:none;
	overflow:hidden;
}



#playerWrapper #player #playerContainer #nav #divOpenClip.jwPlayer
{
	cursor:pointer;
	color:white;position: absolute;
	margin-top:0px;
	top:8px;
	right:8px;
	display:none;
	overflow:hidden;
}
#playerWrapper #player #playerContainer #nav #divOpenClipIcon {
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    height: 20px;
    width: 21px;
    background-image: url('img/clipedit.png');
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
}

#playerWrapper #player #playerContainer #nav #btnShare {
    cursor: pointer;
    color: white;
    margin-top: 50px;
    position: absolute;
    right: 40px;
    display: none;
    overflow: hidden;
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    height: 20px;
    width: 21px;
    background-image: url('img/Share.png');
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#playerWrapper #player #playerContainer #nav #divOpenClip .tooltipplace
{
	display:inline;
	overflow:hidden;
}
#playerWrapper #player #playerContainer #nav #divOpenClipTooltip
{
	 vertical-align: top; 
	display:inline;
	line-height:24px;
}

#playerWrapper #player #playerContainer #nav #divOpenClip .ui-effects-wrapper
{
	display:inline;
}

.clipJobError {
    padding-right: 10px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

div#divClipEditingHelp ul
{
	margin-left:40px;
	list-style:disc;

}

#playerContainer .playerCover
{
	position:absolute;
	top:0px;
	background-color:black;
	height: 100%;
	width: 100%;
	background-image:url('../mediaElement/loading.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#editingJob {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2001;
}

@media (max-width: 380px) {
	#banner1
	{
		display:none;
	}
	div.inputform
	{
		max-width:380px;
	}
}

@media (max-width: 700px)
{
	.metadataPanelWrapped
	{
		height:550px;
	}

}

@media only screen and (max-width: 400px) {
    #clipEditForm .timeCol {
        width: calc(100% - 50px) !important;
        width: -moz-calc(100% - 50px) !important;
        width: -o-calc(100% - 50px) !important;
        width: -webkit-calc(100% - 50px) !important;
        float: left;
    }
}

    #shortcutDropDown {
        position: absolute;
        width: 400px;
        background-color: #edf4f6;
        border: 2px solid #dfe0e1;
    }

    input.txtMinutes {
        margin-left: 5px;
        display: inline;
        width: 50px;
    }

    #shortcutDropDown .item {
        line-height: 30px;
        border-left: 12px solid #edf4f6;
    }

        #shortcutDropDown .item:hover {
            background-color: #26bdef;
            border-left: 12px solid #26bdef;
        }

    #shortcutDropDown .selectItem {
        line-height: 30px;
        background-color: white;
        border-left: 12px solid #26bdef;
    }

    #shortcutDropDown .btnGo {
        float: right;
        margin-right: 5px;
        margin-top: 5px;
        display: none;
    }

    #shortcutDropDown span {
        display: inline-block;
        cursor: default;
    }

        #shortcutDropDown span.label {
            margin-left: 5px;
        }

        #shortcutDropDown span.fixwidth {
            width: 125px;
        }

        #shortcutDropDown span.time {
            font-weight: bold;
            color: green;
        }

    .share-service-icon {
        vertical-align: middle;
        margin: -1px;
        cursor: pointer;
        text-align: left;
    }

    .yt-sprite {
        display: inline-block;
    }

    .share-service-icon-linkedin {
        background: no-repeat url('img/shareicon.png') 0 -932px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }

    .share-service-icon-mail {
        background: no-repeat url('img/shareicon.png') 0 -1256px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }
    .share-service-icon-googleplus {
        background: no-repeat url('img/shareicon.png') 0 -420px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }

    .share-service-icon-reddit {
        background: no-repeat url('img/shareicon.png') 0 -1220px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }

    .share-service-icon-facebook {
        background: no-repeat url('img/shareicon.png') 0 -180px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }

    .share-service-icon-twitter {
        background: no-repeat url('img/shareicon.png') 0 -1385px;
        background-size: auto;
        width: 32px;
        height: 32px;
    }

    #playerGoesHere .video-js {
        height: 100%;
    }

    .player1-dimensions.vjs-fluid {
        padding-top: 0;
    }


    .audioTrackList {
        list-style-type: none;
        margin: 10px;
        padding: 0;
    }

        .audioTrackList li {
            margin: 0 3px 3px 3px;
            padding: 0.4em;
            padding-left: 1.5em;
        }

    .fullScreen {
        z-index: 2147483647;
    }



    #playerWrapper #player #playerContainer #nav.fullScreen {
        left: 0px;
    }



    #playerWrapper #player #playerContainer #nav #buttons #btnShare.fullScreen {
        display: none;
    }

    #playerWrapper #player #playerContainer #nav #divOpenClip.fullScreen {
        display: none;
    }

    #playerContainer .streamsPanel.fullScreen {
        z-index: 2147483647;
    }

    #playerWrapper #timecode.fullScreen {
        bottom: 0px;
        height: 21px;
    }

.agendaNode {
    cursor:pointer;
}

.agendaNode .editingIcon {
    margin-left: 5px;
    display: none;
}
    .agendaNode:hover .editingIcon{
    display:inline;
}

#txtIndex{
    margin:5px;
    width:383px;
}

#divEditingIndex{
    background-color:#eee;
}

#indexTime {
    margin-left: 55px;
    display: block;
    height: 30px;
    border-style: solid;
    background: #fff;
    position: relative;
    top: 0px;
}