﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    src: url("../Fonts/OpenSans.woff2") format('woff2');
}
@font-face {
  font-family: 'Awesome';
  src: url("../Fonts/Awesome.woff") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url(../Fonts/Roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    margin: auto;
    max-width: 1120px; /*850px*/
    user-select: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.MediaInfo-Body {
    overflow: hidden;    
}
.MediaInfo-Dark {
    color: white;
    background-image: url("../Background/Background.01.png");
    background-repeat: repeat;
}
.MediaInfo-Logo {
    display: block;
    float: left;
    margin-top: 20px;
}
.MediaInfo-Line-Title {
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    top: 20px;
    height: 0px;
    box-sizing: border-box;
    display: block;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgb(0, 0, 0);
}
.MediaInfo-Box-Title {
    font-family: "Open Sans";
    margin-left: 20px;
    margin-top: 20px;
    height: 64px;
    width: 600px;
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
}
.MediaInfo-Title-01 {
    position: relative;
    left: -200px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: lighter;
    margin-top: 8px;
}
.MediaInfo-Title-02 {
    position: relative;
    left: -200px;
    font-size: 14px;
    color: rgb(255, 65, 52);
    font-weight: lighter;
}
.MediaInfo-Clear {
    clear:both;
}
.MediaInfo-Line-Header {
    width: 100%;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}
.MediaInfo-Placeholder {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px dashed #dddddd;
    background: #fafafa;
    color: #444444;
    text-align: center;
}
.MediaInfo-Placeholder-Dark {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 72px;
    border: 1px dashed #252525;
    background: #ffffff26;
    color: #8e8e8e;
    text-align: center;
}
.MediaInfo-Label {
   cursor: pointer;
   color: #3e92dc;
}
.MediaInfo-Header {
    font-size: 16px;
    color: #F44336;
}
.MediaInfo-Card {
    display: none;
    position: absolute;
    margin-top: 10px;
    opacity: 0;
}
.MediaInfo-Result {
    margin-bottom: 30px;
}
.MediaInfo-Voice {
    color: rgb(35, 166, 208);
    padding-right: 20px;
}
.MediaInfo-Value {
    color: white;
    padding-right: 20px;
}
.MediaInfo-Space {
    width: 30px;
}
.MediaInfo-More {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 14px;
    margin-left: 5px;
    color: white;
    background-color: #607d8b3b;
    border: 1px solid rgba(160, 159, 159, 0.1);
    font-size: 10px;
    text-align: center;
    text-rendering: geometricPrecision;
    cursor: pointer;
    animation-name: More;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-More:hover {
    animation-name: MoreHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/*Notify*/
.MediaInfo-Notify {
    position: absolute;
    top: -22px;
    right: 0px;
    float: right;
    font-size: 13px;
    text-align: center;
    color: rgb(255, 193, 7);
    width: 40px;
    height: 20px;
    opacity: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.5);
    padding-left: 0px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    animation-name: NotifyDeactived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Notify-Actived {
    position: absolute;
    right: 0px;
    float: right;
    font-size: 13px;
    text-align: center;
    color: rgb(255, 193, 7);
    width: 40px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    animation-name: NotifyActived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Notify-Text {
    position: relative;
    text-align: center;
}
.MediaInfo-Notify-Field {
    color: #f44336;
}
.MediaInfo-Notify-Expected {
    color: #4dff7d;
}

/*Info*/
.MediaInfo-Info-Box {
    position: relative;
    left: 50%;
    width: 0%;
    height: 76px;
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
}
.MediaInfo-Info-Fields-01 {
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.MediaInfo-Info-Fields-02 {
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.MediaInfo-Info-Line {
    width: 100%;
    height: 1px;
    margin-bottom: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}
.MediaInfo-Info-Field {
    display: block;
    float: left; 
    width: 5%;
    height: 100%;
}
.MediaInfo-Info-System {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 14px;
    margin-right: 5px;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 130, 4, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    text-align: center;
    text-rendering: geometricPrecision;
}
.MediaInfo-Info-Compilant {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 14px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 130, 4, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    text-align: center;
    text-rendering: geometricPrecision;
}
.MediaInfo-Info-Warning {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 14px;
    margin-right: 5px;
    color: black;
    background-color: rgba(255, 193, 7, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-align: center;
    text-rendering: geometricPrecision;
    cursor: pointer;
}
.MediaInfo-Info-Error {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 14px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(175, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    text-align: center;
    text-rendering: geometricPrecision;
    cursor: pointer;
}
.MediaInfo-Info-F01 {
    position: relative;
    top: 20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-F02 {
    position: relative;
    top: 20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-F03 {
    position: relative;
    top: 20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-F04 {
    position: relative;
    top: 20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-V01 {
    position: relative;
    top: -20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-V02 {
    position: relative;
    top: -20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-V03 {
    position: relative;
    top: -20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}
.MediaInfo-Info-V04 {
    position: relative;
    top: -20px;
    display: block;
    float: left; 
    width: 25%;
    height: 100%;
}

/*Timecode*/
.MediaInfo-Timecode-Box {
    position: relative;
    opacity: 0;
    left: 0%;
    width: 280px;
    height: 33px;
    margin-top: 3px;
    background-image: url(../Background/Background.07.jpg);
    background-repeat: repeat;
    box-sizing: border-box;
    border: 1px solid #ffffff61;
    float: right;
    overflow: hidden;
}
.MediaInfo-Timecode-Fields-01 {
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #0000008a;
    overflow: hidden;
}
.MediaInfo-Timecode-Fields-02 {
    width: 100%;
    height: 19px;
    overflow: hidden;
}
.MediaInfo-Timecode-Field {
    position: relative;
    color: rgba(0, 0, 0, 0.8); /*rgb(6, 78, 101)*/
    font-size: 9px;
    top: 0px;
    left: 6px;
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
}
.MediaInfo-Timecode-Value {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    top: -2px;
    left: 6px;
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
}

/*Section*/
.MediaInfo-Section-Label {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 100%;
}
.MediaInfo-Line-01 {
    top: 18px;
    position: relative;
    border-bottom: 1px solid #0000008a;
}
.MediaInfo-Line-02 {
    top: 18px;
    position: relative;
    border-bottom: 1px solid #ffffff26;
}

/*Box Info*/
.MediaInfo-Box-Error {
    opacity: 0;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    width: 600px;
    height: 300px;
    background-image: url(../Background/Background.07.jpg);
    background-repeat: repeat;
    box-sizing: border-box;
    border: 1px solid #ffffff61;
    overflow: hidden;
}
.MediaInfo-Box-Header {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: 40px;
    font-size: 18px;
    padding-top: 6px;
    padding-left: 12px;
    color: #c1b863;
    background-color: rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(144, 144, 144, 0.4);
    border-left: 1px solid rgba(0, 0, 0, 0.6);
    border-right: 1px solid rgba(144, 144, 144, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    overflow: hidden;
}
.MediaInfo-Box-Span {
    position: relative;
    top: -50px;
}
.MediaInfo-Box-Text {
    position: absolute;
    top: 80px;
    left: 30px;
    right: 30px;
}
.MediaInfo-Box-Close {
    position: relative;
    float: right;
    top: -6px;
    width: 30px;
    height: 35px;
    padding-top: 6px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: hsl(0, 0%, 49%);
    text-shadow: rgba(0,0,0,.5) 0 1px 1px, #cccccc00 0 0 10px;
    background-image: -webkit-gradient( linear, left top, left bottom, from( hsla(0, 0%, 20%, 0.4) ), to( rgba(38, 38, 38, 0.4) ) );
    -webkit-border-image: none;
    z-index: 2;
    cursor: pointer;
    animation-name: BoxClosed;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Box-Close:hover {
    position: relative;
    float: right;
    top: -6px;
    width: 30px;
    height: 35px;
    padding-top: 6px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: hsl(0, 0%, 49%);
    text-shadow: rgba(0,0,0,.5) 0 1px 1px, #cccccc00 0 0 10px;
    background-image: -webkit-gradient( linear, left top, left bottom, from( hsla(0, 0%, 20%, 0.4) ), to( rgba(38, 38, 38, 0.4) ) );
    -webkit-border-image: none;
    z-index: 2;
    animation-name: BoxClosedHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.MediaInfo-Section-Sections {
    width: 100%;
    height: 112px;
    overflow: hidden;
    margin-top: 50px;
    visibility: hidden;
}
.MediaInfo-Section-Labels {
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-repeat: repeat;
    visibility: hidden;
}
.MediaInfo-Section-Tracks {
    position: relative;
    width: 100%;
    height: 22px;
    overflow: hidden;
    background-image: url("../Background/Background.07.jpg");
    background-repeat: repeat;
    border-bottom: 1px solid #6969698a;
    border-top: 1px solid #0000004f;
    box-sizing: border-box;
    opacity: 0;
}
.MediaInfo-Section-Tracks-Body {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 20px;
}

.MediaInfo-Section {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 110px;
    font-size: 80px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    animation-name: Section;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section:hover {
    animation-name: SectionHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Actived{
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 110px;
    font-size: 80px;
    box-sizing: border-box;
    text-align: center;
    animation-name: SelectionActived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.MediaInfo-Section-Track {
    position: relative;
    display: block;
    float: left;
    top: -20px;
    width: 100%;
    height: 14px;
    box-sizing: border-box;
    background-color: #e4e4e43b; /*White: #e4e4e43b Red: #ff050552 Blue: #2196f33d*/
    border: 1px solid #0000008a;
    cursor: pointer;
    animation-name: Track;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Track:hover .MediaInfo-Label-Track {
    animation-name: TrackHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Track:hover {
    animation-name: TrackHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Track-Actived{
    position: relative;
    display: block;
    float: left;
    top: 3px;
    width: 4.5%;
    height: 14px;
    box-sizing: border-box;
    animation-name: TrackActived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Track-Notify{
    position: relative;
    display: block;
    float: left;
    top: 3px;
    width: 4.5%;
    height: 14px;
    box-sizing: border-box;
    cursor: pointer;
    animation-name: TrackNotify;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Section-Track-Notify:hover {
    animation-name: TrackNotifyHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.MediaInfo-Label-Track {
    position: relative;
    top: -1.5px;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    text-rendering: geometricPrecision;
    animation-name: LabelDectived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.MediaInfo-Timecode-Icon{
    font-size: 36px;
}
.MediaInfo-Timecode-Text{
    font-size: 36px;
}

.MediaInfo-Section-Track-Actived .MediaInfo-Label-Track {
    animation-name: LabelActived;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#Input {
   display: none;
}
.MediaInfo-Result > table tbody tr td {
    vertical-align: top;
    padding: 0.1rem 0.4rem;
}
.MediaInfo-Result > table tbody tr td:first-child {
    /*color: rgb(35, 166, 208);
    width: 162px;*/
}

/*Icons*/
[class*='MediaInfo-Icon-'] {
    font-family: Awesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.MediaInfo-Icon-Text {
    padding-right: 6px;
}
.MediaInfo-Icon-Map:before {
    content: "\f278";
}
.MediaInfo-Icon-Warning:before {
  content: "\f071";
}
.MediaInfo-Icon-Ban:before {
    content: "\f05e";
}

@keyframes Section {
    0% {color: #f44336; background-color: #2196f30d; border: 1px solid #2196f30d;}
    100%   {color: white; background-color: transparent; border: 1px solid transparent;}
}
@keyframes SectionHover {
    0%   {color: white; background-color: transparent; border: 1px solid transparent;}
    100% {color: #f44336; background-color: #2196f30d; border: 1px solid #2196f30d;}
}
@keyframes SelectionActived {
    0%   {color: white; background-color: #e4e4e43b; border: 1px solid #0000008a;}
    100% {color: #f44336; background-color: #38a5ff3b; border: 1px solid #0000008a;}  
}
@keyframes Track {
    0% {color: #f44336; background-color: #2196f30d; border: 1px solid #0000008a;} /*Boder Gray  #00000063*/
    100%   {color: white; background-color: #e4e4e43b; border: 1px solid #0000008a;}
}
@keyframes TrackHover {
    0%   {color: black; background-color: #e4e4e43b;}
    100% {color: rgba(255, 255, 255, 0.8); background-color: #2196f30d;}  /*Boder Gray: #00000063 Red: #f44336*/
}
@keyframes TrackActived {
    0%   {color: white; background-color: #e4e4e43b; border: 1px solid #0000008a;}
    100% {color: #f44336; background-color: #38a5ff3b; border: 1px solid #0000008a;}  
}
@keyframes TrackNotify {
    0%   {color: white; background-color: #e4e4e43b; border: 1px solid #0000008a;}
    100% {color: #f44336; background-color: #ff050552; border: 1px solid #0000008a;}  
}
@keyframes TrackNotifyHover {
    0%   {color: white; background-color: #ff050552; border: 1px solid #0000008a;}
    100% {color: #f44336; background-color: #af000052; border: 1px solid #0000008a;}  
}
@keyframes NotifyActived {
    0%   {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        padding-left: 0px;
    }
    100% {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; 
        border-bottom-right-radius: 0px; 
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        padding-left: 10px;
    }  
}
@keyframes NotifyDeactived {
    0% {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; 
        border-bottom-right-radius: 0px; 
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        padding-left: 10px;
    }
    100%   {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        padding-left: 0px;
    }  
}
@keyframes LabelActived {
    0%   { color: black; }   
    100% { color: rgba(255, 255, 255, 0.5); }  /*#f44336; #f44336;*/      
}
@keyframes LabelDectived {
    0%   { color: transparent; }  /*#f44336;*/
    100% { color: black; }       
}
@keyframes BoxClosed {
    0% { 
        color: hsl(200,100%,50%); 
        text-shadow: rgba(0,0,0,.5) 0 1px 1px, #0589c8 0 0 10px;
    }   
    100%   { 
        color: hsl(0, 0%, 49%);
        text-shadow: rgba(0,0,0,.5) 0 1px 1px, #cccccc00 0 0 10px;
    }      
}
@keyframes BoxClosedHover {
    0%   { 
        color: hsl(0, 0%, 49%);
        text-shadow: rgba(0,0,0,.5) 0 1px 1px, #cccccc00 0 0 10px;
    }  
    100% { 
        color: hsl(200,100%,50%); 
        text-shadow: rgba(0,0,0,.5) 0 1px 1px, #0589c8 0 0 10px;
    }       
}
@keyframes More {
    0% { 
        background-color: #d9e7ef3b;
        border: 1px solid rgba(0, 0, 0, 0.48);
    } 
    100%   { 
        background-color: #607d8b3b;
        border: 1px solid rgba(160, 159, 159, 0.1);
    }        
}
@keyframes MoreHover {
    0%   { 
        background-color: #607d8b3b;
        border: 1px solid rgba(160, 159, 159, 0.1);
    }  
    100% { 
        background-color: #d9e7ef3b;
        border: 1px solid rgba(0, 0, 0, 0.48);
    }       
}

