﻿@font-face {
    font-family: 'ostrich-regular';
    src: url('fonts/ostrich-regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

body {

	margin: 0;
	padding:0;
	zfont-size: 12px;
	zline-height: 1.5em;
	zcolor: #fff;
	zbackground-color: #5A5456;
	width: 100%;
	display: table;
    font-family:Arial;
}



/* MAIN CONTENT
----------------------------------------------------------*/
#main_content {
    position:absolute;
    top:100px;
    bottom: 0px;
    overflow:auto;

	width: 100%;
    
    min-width: 905px;
	min-height: 500px;
    padding:0px;

    background-color:white;
}

/* FILTERS  - left side */
#Filters {
	float: left;
	width: 240px;
    height:auto;    
}

#Filters table {
    margin-left:5px;
	font-size: 16px;
	line-height: 1.5em;
}


#loginLeft {
	float: left;
	width: 300px;
    margin-left: 5px;
	margin-top: 15px;	
}

/* LEFT CONTAINER  - left side */
#leftcontent {
    float: left;
	width: 640px;
    height:auto; 
    margin-left:10px;
}

/* RIGHT CONTAINER  - right side */ 
#rightcontent {	
    float:none;
    margin-left:10px;
    overflow:hidden;  
}

#UpdloadPanel {
    float: right;
    width: 250px;
    height: 455px;
    border:solid 1px;
    padding-left:2px;
}

/* FOOTER  - bottom */
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background-color:white;
}


/* VOD Login
----------------------------------------------------------*/
div.Login 
{
    margin-top : 50px;
    margin-left: 30px;
}
div.Login input[type="text"]
{
    text-align: left;
    width:300px;
}

table.Login td.label  
{
    width: 66px; 
    height: 40px;
	font-size: 14px;
	font-weight: bold;    
	text-align: right;
	padding-right : 5px;
}
table.Login td.text { width: 200px;  }

table.Login td.validation 
{ 
    width: 350px;
    font-weight: bold;
	color: #daea71;
}
/* FILTER COLLAPSE
----------------------------------------------------------*/

.collapsible {
    margin-top:10px;
   font-size: 16px;
   cursor:pointer;
}

/*.collapse-open {
    background:#000;
    color: #fff;
}*/

.collapse-open span {
    display:block;
    float:left;
    padding:8px;
    margin-right: 10px;
}

.collapse-open span {
    background:url(mb_images/Filter_icon_open.png) center center no-repeat;
}

.collapse-close span {
    display:block;
    float:left;
    background:url(mb_images/Filter_icon.png) center center no-repeat;
    padding:8px;
    margin-right: 10px;
}

.filtre .container {
    margin-top : 10px;
    margin-left:25px;
}

.refresh {
    width:20px;
    height:20px;
    background: url(mb_images/Refresh_icon.png) center center no-repeat; 
    cursor:pointer; 
    float:right;
    margin-right:15px;
}

/* DOWNLOAD BAR   - bottom
----------------------------------------------------------*/
#DownloadBar, #PanelBar {
    width: 100%;
    height:72px;
    bottom:0px;
    overflow:hidden;
    position:fixed;
    z-index: 1020;
}

#DownloadPanel, #Panel {
    width: 100%;
    min-width:900px;
    height:385px;
    bottom:0px;
    overflow:hidden;
    position:fixed;
    z-index: 1020;
}

#Toolbar_Close {
    width: 90px;
    height: 22px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('mb_images/Toolbar_Close.png');
    cursor:pointer;

    opacity: 0.77;
    filter: alpha(opacity=77);

}

#Toolbar_Open {
    width: 90px;
    height: 22px;
    margin-left:auto;
    margin-right:auto;    
    background-image: url('mb_images/Toolbar_Open.png');
    cursor:pointer;

    opacity: 0.77;
    filter: alpha(opacity=77);
}



div.Statusbar {
    width:100%;
    min-width:950px;
    height:50px;
    position: absolute;
    left: 0px;
    top: 22px;
    background-image: url('mb_images/Statusbar.png');

    opacity: 0.77;
    filter: alpha(opacity=77);

}

div.Statusbar_left {
    float: left;
    margin-top: 12px;
    margin-left: 0px;
    width: 655px;
    cursor:pointer;
}

div.Statusbar_left_icon {
    float:left;
    cursor:pointer;
}

div.Statusbar_Downloading {
    background-image: url('mb_images/Statusbar_green.png');
    width:750px;
    height:50px;
    position:absolute;
    left:0px;

    opacity: 1;
    filter: alpha(opacity=100);
}
div.StaturBar_CancelDownload {
    background-image: url('mb_images/Cancel_Download_Green.png');
    width:75px;
    height:50px;
    float:right;
    margin-right:10px;
    cursor:pointer;
}

div.Statusbar_Downloading .Downloading_fileinfo {
    float:left;
    width:498px;
    height:20px;
    margin-left:5px;
    margin-top:5px;
    text-align:left;
    color:white;
    cursor:default;
}

div.Statusbar_right {
    float: right;
    margin-top: 5px;
    width: 200px;
    cursor:pointer;
}


.DownloadPanel_Container {
    left:0px;
    bottom: 0px;
    height:313px;
    min-width:950px;
    width: 100%;   
    position: absolute;
    background-color:white;

}

/* DOWNLOAD INFO 
----------------------------------------------------------*/
.Transfert_Queue {
   float:left;
   margin-top:5px;
   margin-right:5px;
   margin-left:10px;
   width:40%;  
   min-width:400px;
}

.Transfert_Log {
    float:left;
    margin-top:5px;
    width:55%;
    min-width:450px;
}

.Transfert_Folder {
    float:left;
    margin-top:5px;
    margin-left:10px;
    width: 100%;
}

.Transfert_Folder input {
    float: left;
}

#Download_LocalFolder, #Download_folder {
    float:left;
    width: 400px;
	height : 20px;
	text-align:left;
	color: Black;   
    
    margin-right:20px;
    
    border:solid;
    border-width:1px;     
}

.Panel_messageText
{    
	height :200px;
	text-align:left;
	color: Black;
    overflow: auto; 
    white-space: nowrap;     
    border:solid;
    border-width:1px;

}

.Panel_lboxFileList
{
    float:left;
	width: 100%;
	height : 200px;
	text-align:left;
	background-color: white;
	color:Black;
    overflow:auto;

    border:solid;
    border-width:1px;

}
 .Panel_lboxFileList select    
 {
     border: none;  
 }





/* DISPLAY CONTAINER - pager, oderby, etc.. 
----------------------------------------------------------*/
div.displaySetting {
    position:fixed;
    padding-top: 3px;
    top:100px;
    width:100%;
    height:30px;
    background-color:white;
    z-index:100;
    min-width: 1150px;    /* 900   + 250 (Filter panel) */

}

div.zzresult {
    width: 100%;
    top:30px;
    position: relative;
    border:solid;

}

div.sortBy {
    float: left;
    margin-left:20px;
}

div.ResultByPage{
    float: right;
    margin-right:10px;
    margin-top:5px;
    font-size:12.5px;
}

.ResultByPage ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
    font-weight: bold;
}

.ResultByPage li{
	display: inline;
}

.ResultByPage li a{
    font-weight: bold;
	color:#039DD0;
}

.ResultByPage li.current a{
	color:black;
}



/* PAGER */
div.pager
{
    float:right;
    display:inline-block;
    padding-right:250px;
    font-size:12.5px;
}


div.pager img {
    vertical-align:middle; 
    margin-top:-5px;
}


/* TABLE Content
----------------------------------------------------------*/
table.MemberContent, table.UserContent
{
    width: 600px;
    border-collapse:collapse;
    border: 1px solid #17293D;
}

table.MemberContent th 
{   padding-left: 3px;
	text-align: left;
    background-color:#646464; 
    color:white; 
    font-size:13px; 
    font-weight:bold;
    height:25px;
    line-height:25px;
}

table.MemberContent td 
{   padding-left: 3px;
	text-align: left;
    font-size: 10px;
	color: #090909;   
    vertical-align:middle; 
}

table.UserContent th 
{   padding-left: 3px;
	text-align: left;
    font-size: 12px;
    background-color:#646464; 
    color:white;
    
}

table.UserContent td 
{   padding-left: 3px;
	text-align: left;
    font-size: 10px;
    vertical-align:middle; 
} 

table.MemberContent td.date, table.UserContent td.date {width:75px; text-align:center;vertical-align:middle}
table.MemberContent td.titleBig, table.UserContent td.titleBig {font-size:medium}
table.MemberContent td.size, table.UserContent td.size {width:100px;}
table.MemberContent td.icon, table.UserContent td.icon {width:10px;vertical-align:middle} 

/*table.MemberContent th, table.UserContent th {background-color:#646464; color:white; font-size:14px; font-weight:bold}*/
table.MemberContent tr.odd, table.UserContent tr.odd {background-color:#FEFEFE;}
table.MemberContent tr.even, table.UserContent tr.even {background-color:#D5D5D5; } 




/*********************/
/* Debut ==> Clips  */
div.oneClip {
    float:left; 
    width:235px; 
    height:200px;
    display:block;
    position:relative;
}

div.oneClip .title {
    width:230px; 
    word-wrap: break-word; 
    max-height:33px;
    overflow:hidden;
}

div.oneClip .source {
    width:230px; 
    word-wrap: break-word; 
    height:20px;
    overflow:hidden;
    font-size:smaller;
}

div.oneClip img.thumbnail {
    width:220px;
    height:122px;
}

div.oneClip div.rectangle {
    position:absolute;
	width: 220px;
	height: 60px;
	display: none;
}
div.oneClip div.rectangle:after {
	content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	opacity: 0.65;
    background-image: url(mb_images/icon_small_rectangle.png);
}

div.oneClip img.transfertNewsX {
    position:absolute;
    top: 34px;
    margin-left:20px;
	z-index: 1;
}
div.oneClip img.download {
    position:absolute;
    top: 34px;
    margin-left:63px;
	z-index: 1;
}

div.oneClip img.transcoding {
    display:block;
    border: solid orange;
}

div.oneClip img.transcodeReady {
    display:block;
    border: solid green;
}

div.oneClip img.delete {
    position:absolute;
    top: 34px;
    margin-left:100px;
	z-index: 1;
}


div.oneClip img.email{
    position:absolute;
    top: 34px;
    margin-left:20px;
	z-index: 1;
}

div.oneClip:hover div.rectangle {
	display: block;
}

div.oneClip div.rectangle-audio {
	position: absolute;
	z-index: -1;
}
div.oneClip:hover div.rectangle-audio {
	z-index: 1;
}

/* Fin ==> Clips  */
/******************/

/* Terms of service  
----------------------------------------------------------*/
#TermsOfService {
    
	float: left;    
    width: 585px;  
	height: 125px;    
    overflow: auto;
    padding-right:5px;
    padding-left:10px;
    font-size: .75em;	
    line-height: 1em;   
    
    border-width:1px;
    border-top-color:White;
    border-top-style:solid;
    border-bottom-color:White;
    border-bottom-style:solid;
    background-color: #E0E0E0;
    color: InactiveCaptionText;
    
}

#TermsOfService a:link
{
    color: blue;
    text-decoration: underline;
}

#TermsOfService a:visited
{
    color: purple;
    text-decoration: underline;
}

#TermsOfService a:hover
{
    color: purple;
    text-decoration: none;
}

/* Upload
----------------------------------------------------------*/
/*
.UPD_lboxFileList {
    float: left;
    width: 240px;
    height: 100px;
    text-align: left;
    color: Black;
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8;
}
.UPD_lboxFileList select    
{
    border: none;  
}
#UPD_filenameText
{
    float:left;
	width: 240px;
	height : 20px;
	text-align:left;
	color:Black;
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8;
}

#UPD_percentText
{
    float:left;
	width: 240px;
	height : 20px;
	text-align:left;
	color:Black;
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8;
}

#UPD_messageText
{
    float:left;
	width: 240px;
	height :180px;
	text-align:left;
	color:Black;
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8;
    overflow: auto; 
    white-space: nowrap;       
} 
*/

/* MediaBeach
----------------------------------------------------------*/
div.mediabeach-video
{
    width: 575px;
    height: 327px;
    background-color: Black;
    float: left;
    margin-bottom: 8px;
    margin-left:10px;
}

div.media-detail {
    clear:both;
    color:#656565; 
}

div.media-label {
    font-size:14px;
    font-weight:bold;
}

div.media-desc {
    font-size:13px;
    padding: 4px 4px 4px 8px;
    margin-top:-2px;
    margin-bottom:2px;
    overflow:hidden;
}

.media-header 
{
    font-size:15px;
    font-weight:bold;
    color:#666666;
    margin-top:10px;
    margin-bottom:5px;
}

.media-header2 
{
    font-size:14px;
    font-weight:bold;
    color:#666666;
}


.media-textfield
{
    font-size:14px;
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8; /*689CAA*/
    overflow:auto;
}

/* Upload
----------------------------------------------------------*/


div.upd-details
{
    width: 300px;
    padding-left: 12px;
    float: left;
}

div.upd-detail
{
    clear: both;
    height: 28px;
    margin-bottom: 5px;
}

div.upd-label 
{
    float:left;
    width:70px;
    margin-top:5px;
    
    font-weight: bold;
    font-size: 13px;

    color:#666666;
}

div.upd-desc
{
    float:left;
    color: #D0D0D0;
    overflow: hidden
}


/* News
----------------------------------------------------------*/

div.clips-details
{
    width: 470px;
    padding-left: 10px;
    float: left;
}

div.news-details
{
    width: 300px;
    padding-left: 10px;
    float: left;
}

div.news-title {
    color:#656565;
}
div.news-detail
{
    clear: none;
    float:left;
    width:100%;
    /*height: 25px;*/
    line-height:25px;
}

div.news-label 
{
    float:left;
    width:85px;
    
    font-weight: bold;
    font-size: 13px;

    color:#666666;
}

div.news-desc
{
    float:left;
    font-size: 13px;
    color:#656565;
    overflow: hidden
}

div.no-preview
{
    font-size: large;
    color: #708090;
    margin-top: 100px;
    margin-left: 90px;
    display: none;
}


div.news-purchase
{
    clear: both;
    color: #D0D0D0;
    height: 28px;
    background-color: #183C5A;
    margin-bottom: 6px;
    border: 4px solid #eb8f00;
}
div.news-amount
{
    font-weight: bold;
    font-size: 1.4em;
    padding: 3px 6px 0px  0px;
    color: black;
}
.textfield
{
    border: 1px solid #d0d3d6;
    background-color: #F8F8F8; /*689CAA*/
    margin-left: 3px; /*leave space for border on error messages*/
    margin-right: 3px;
}
textarea.textfield 
{
    overflow: auto;
}
.fixed-title {
    
    margin: 0px;
    padding: 0px;
    line-height:24px;
    font-size:22px;
    overflow: hidden;

}
.fixed-header {
    
    margin: 0px;
    padding: 0px;
    height: 55px;
    line-height:24px;
    font-size:22px;
    overflow: hidden;

}
.fixed-desc
{
    margin: 0px;
    padding: 0px;
    height: 16px;
    overflow: hidden;
}
.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* table.Playout-queue
----------------------------------------------------------*/
table.playout-queue {
	width: 305px;
} 

table.playout-queue td.label
{
	padding-top:3px;
    line-height:1.5em;
}

table.playout-queue td.actionlink
{
	text-align:right;
}

div .playout-queue img
{
    margin-left: 80px;
}

.Playout_lboxFileList
{
    float:left;
	width: 400px;
	height : 200px;
	text-align:left;
	background-color: white;
	color:Black;
    overflow:auto;
    border:solid;
    border-width:1px;
}
 .Playout_lboxFileList select    
 {
     border: none;  
 }


 ::-webkit-input-placeholder {
   color: #a0a0a0;
}
::-moz-placeholder {
   color: #a0a0a0;  
}
:-ms-input-placeholder {  
   color: #a0a0a0;  
}

 /* Misc
----------------------------------------------------------*/
.overlay
{
    background-color: #183C5A;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    zposition: fixed;
}