@CHARSET"UTF-8";
/* ///////////////////////////////////////////
ONLY COMMON STYLES Of ALL DEVICES
/////////////////////////////////////////// */

/* reset
_________________________________________________________________*/
* {
    margin: 0;
    padding: 0;
}
.mom {
    width: 100%;
    height: 100%;
    font: normal 10px Arial, Helvetica, sans-serif;
}
.mom body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-size: 1em;
}
.mom a, .mom a:hover {
    text-decoration: none;
}
.mom a img {
    border: none;
}
.mom ul, .mom li {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin:0;
    padding:0;
}
/* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
.mom img, .mom iframe, .mom object, .mom embed, .mom video {
    max-width:100%;
}
/* conserver le ratio des images et empêcher les débordements de boîtes dûs aux border ou padding */
.mom img {
height:auto;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.mom object, .mom video {
    display:block;
}

.mom input,
.mom select,
.mom textarea,
.mom button {
    font-family: inherit;
    font-size: 1em;
}


/* MAIN
_________________________________________________________________*/
#momLoading{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
#momLoading::before {
    content:"";
}
.loader,
#momLoading::before {
    border: 8px solid rgba(0,0,0,.08);
    border-top: 8px solid #191919;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    animation: spin 1.6s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#mainWrapper{
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.container {
    position: relative;
}
.clear {
    height:0;
    clear: both;
}
.container {
    position: relative;
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}
#playerWrapper, #documentWrapper, #listHolder, #annexHolder {
    width:0;/* default setting before initialisation*/
    border: 1px solid #c4c4c4;
}
#playerWrapper, #documentWrapper, #annexHolder {
    background-color: white;
}
#generatedByMomindum {
    position: absolute;
    z-index:0;
    bottom: 7px;
    right: 13px;
}
#generatedByMomindum img[src*="generated-by_momindumstudio.png"] { /* legacy for scorm */
    max-width: 107px !important;
    width: 107px !important;
}

/*common shadow for containers on fullscreen*/
.shadow {
    -moz-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666;
}


/* HEADER
_________________________________________________________________*/
#header {
    position: relative;
    top: 0px;
    left: 0px;
}

#header #logo1 {
    float: left;
}
#header #logo2 {
    float: right;
}


/* TITLE
_________________________________________________________________*/
.hideTitleBar .titleContainer {
    display:none;
}

/*
- Font-sizes and padding are managed to have the h1 height at 40px when body font-size is 11px.
It must be 40px for usual templates (1000 to 6000).
- backgounds on body and containers are setted to have a default one when we rollover on h1 (useful for ellipsis).
*/
body {background: #fff;}
#mainWrapper {background: inherit;}
.mainFrame, #mainFrame, .titleContainer, #titleHolder {background-color: inherit;}

#titleHolder {
    position: relative;
    z-index: 4;
    height: 4em;
}
#titleHolder .table {
    display:table;
    position: absolute;
    width: 100%;
    left: 0;
    background: inherit;
    height: inherit;
}
#titleHolder .td {
    display:table-cell;
    vertical-align: top;
    position: relative;
}
#titleHolder .td.title {
    background: inherit;
    padding:1em 2em .9em 1em;
}
#titleHolder .title *{
    background: inherit;
}
#titleHolder .td.actionMenu {
    padding:0 .2em 0 1em;
    text-align: right;
}
#titleHolder h1 {
    position: relative;
    font-size: 1em;
    line-height: 1.9em;
    height: 1.9em;
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    padding-right: 1em;
}
#titleHolder h1:before{
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    line-height: 1.9em;
}
#titleHolder h1:after{
    content: "";
    position: absolute;
    width: 1em;
    height: 1.9em;
    right: 0;
    background: inherit;
}

#titleHolder .title span,
#titleHolder h1:before {
    font-size: 1.2em;
    font-weight: normal;
}
#titleHolder span.title-main{
    font-size: 1.6em;
    font-weight: bold;
}
#titleHolder .title-separator {
    margin-left: 1ex;
}
#titleHolder .title a:hover{
    text-decoration: underline;
}
#titleHolder .title:hover h1 {
    height: auto;
    word-break: normal;
}
#titleHolder .title:hover h1:before{
    content: none;
}

div.presenter-information {
    text-align: left;
}
div.presenter-information img {
    margin-bottom: 10px;
    margin-right: 10px;
}
/* COLIBRI MENU
_________________________________________________________________*/
#menuHolder, .actionList:before {
    height: 4em;
}
#menuHolder a {
    display: inline-block;
    height: 3.6em;
    width: 3.6em;
    margin-top:.2em;
    margin-left:4px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-radius:3px;
}
#menuHolder a .ui-icon{
    font-size: 1.6em;
    line-height: 2.25em;
}
#menuHolder a:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.actionList{
    white-space: nowrap;
}
.actionList:before{
    content: "";
}
.actionList:before,
.actionList li{
    display: inline-block;
    vertical-align: middle;
}
.rating {
    margin-right:.8em;
}
#menuHolder.manyActions a.cli-function-button{
    display: none;
}

@media (max-width: 768px) {
    #menuHolder.manyActions a.cli-function-button{
        display: inline-block;
    }
    .manyActions .actionList {
        display: block;
        position: absolute;
        top: 3.8em;
        right: .2em;
        z-index: 1000;
        border-radius: 3px;
        background: #fcfcfc;
        box-shadow: 0 1px 4px rgba(0,0,0,.4);
        text-align: left;
    }
    .manyActions .actionList.hidden{
        display: none;
    }
    .manyActions .actionList:before{
        content: none;
    }
    .manyActions .actionList li{
        display: block;
        font-size: 1.2em;
        line-height: 3em;
        border-bottom: 1px solid #eee;
    }
    .manyActions #rating{
        margin:0 1em;
        display: inline-block;
        vertical-align: middle;
    }
    #menuHolder.manyActions .actionList a{
        display: flex;
        align-items:center;
        margin:0;
        padding: 0 1em;
        width: auto;
        height: 3em;
        white-space: nowrap;
        text-align: left;
        color:#333;
    }
    #menuHolder.manyActions .actionList a .ui-icon{
        font-size: 1.428em;
        margin-right: .35em;
    }
}


/* rating
--------------------------------*/
#rating {
    position: relative;
    text-align: left;
}

/* PLAYER
_________________________________________________________________*/
embed, iframe, object, video {
    display: block;
}
#playerWrapper {
    overflow: hidden; /*for the fixbug of dimension calculation*/
}
#playerHolder{
    position:relative;
    display: block;
    height:0;
    padding:0;
    padding-bottom: 75%;
    margin: 0 -1px 0 0; /*fix random border due to dimension calculation*/
    overflow: hidden;
    background: #000;
}
#mediaPlayer,
#mediaPlayer_liveError {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    height: 100%;
    width: 100%;
    border:0;
}
.video4by3 #playerHolder {
    padding-bottom: 75%;
}
.video16by9 #playerHolder {
    padding-bottom: 56.25%;
}

.player-fullscreen #playerWrapper,
.player-fullscreen #playerHolder{
    overflow: visible;/*for ipad*/
}

#mediaPlayer_liveError{
    z-index: 10;
    text-align: center;
    background: rgba(0,0,0,.65);
    color:#fff;
}
#mediaPlayer_liveError p{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1.4em;
}
#mediaPlayer_liveError strong{
    display: block;
    font-size: 2em;
    margin-bottom: 1ex;
}
#mediaPlayer_liveError:after{
    content:"";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/* JWPLAYER
--------------------------------*/
video {
    transform : scale(1) !important;
}
#mediaPlayer_wrapper {
    position:absolute !important;
}

#errorMessage {
    text-align: center;
    padding: 1em;
    font-size:1.3em;
}
#errorMessage strong{
    font-size: 1.2em;
}


/* SUBTITLES
-----------------------------------*/
#srtWrapper{
    z-index: 0; /*for momp-ui::before layering*/
    text-align: center;
}
#srtHolder > span{
    font-size: 1.2rem;
    max-width: 34em;
    padding: .1em 1ch;
    display: inline-block;
    border-radius: 3px;
    pointer-events: auto;
    color:#fff;
    background:rgba(8,8,8,.75);
}
#srtHolder b,
#srtHolder em,
#srtHolder strong,
#srtHolder big,
#srtHolder s,
#srtHolder u,
#srtHolder i {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
}
#srtHolder span br{
    display: none;
}
.srtNoBg #srtHolder > span{
    padding:0.8em 1.2em;
    color:#fff;
    background:none;
    text-shadow:
        -.2667em -.2667em .6em rgba(0,0,0,.2),
        .2667em -.2667em .6em rgba(0,0,0,.2),
        -.2667em .2667em .6em rgba(0,0,0,.2),
        .2667em .2667em .6em rgba(0,0,0,.2),
        -.2667em 0 .6em rgba(0,0,0,.2),
        .2667em 0 .6em rgba(0,0,0,.2),
        0 .4em .6em rgba(0,0,0,.3),
        0 -.1334em .6em rgba(0,0,0,.3),
        -1px -1px 1px #000,
        1px -1px 1px #000,
        -1px 1px 1px #000,
        1px 1px 1px #000,
        -1px 0 1px #000,
        1px 0 1px #000,
        0 1px 1px #000, 0 -1px 1px #000;
}


/* TIMESTAMP MOMPLAYER
-----------------------------------*/
.momp-timestamp-img.slide:not(.doc-image) {
    height: 48px;
    width: 48px;
    background-image:url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/all-mimetypes.svg) !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-origin: content-box;
    background-clip: border-box;
    padding: 21px 36px;
}
.doc-pdf {
    background-position: 16.6667% 0;
}
.doc-media,
.doc-audio {
    background-position: 33.3333% 0;
}
.doc-web, .doc-url, .doc-html {
    background-position: 50% 0;
}
.doc-undefined, .doc-empty, .doc-unknown {
    background-position: 66.6667% 0;
}
.doc-swf {
    background-position: 83.3333% 0;
}
.doc-quiz {
    background-position: 100% 0;
}


/* STACK (CAPTIONS, CHAPTERS, KEYWORDS, DOCUMENTS-LIST)
_________________________________________________________________*/
/* WRAPPER
--------------------------------*/
#stackWrapper{
    font-size: 1.1em;
}
#stackSwitch {
    display: none;
}

#listHolder{
    /*overflow: auto;*/
}

/* ALL TABS
--------------------------------*/
ul#listTabs {
    /*line-height: 1.3em;*/
}

/*marketing portal : we keep the bubble but rewrote the stack */
.hideListTabs ul#listTabs {
    visibility: hidden;
    pointer-events:none;
}

.cli-chapter ul,
.cli-keyword ul,
.cli-document ul {
    display: block;
    padding: 2px 0 0;
}
.cli-chapter li,
.cli-keyword li,
.cli-document li {
    /*border-bottom:1px solid #eee;*/
}
.cli-chapter li>a,
.cli-keyword li>a,
.cli-document li>span {
    display: block;
    padding: .5em;
    line-height: 1;
}
#listHolder .ui-tabs-panel a:focus,
.cli-document li>span:focus {
    background-color:rgba(0,0,0,.08);
}
#listHolder .ui-tabs-panel a:hover,
.cli-document li>span:hover {
    background-color: rgba(0,0,0,.08);
    color: #000;
}


/* CAPTIONS
--------------------------------*/
.cli-caption-content {
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.4;
}
.cli-caption-content a {
    color: #888;
}
.cli-caption-content a:after {
    content:" ";
}
.cli-caption-content a.current {
    color: #000;
}

/* CHAPTERS
--------------------------------*/
.cli-chapter .ilevel0 a span.chapterTitle {
    font-size: 11px;
    font-weight: bold;
    left: 2px;
}
.cli-chapter .level0 a, .cli-chapter .level1 a {
    font-size: 1.1em;
    padding-left: 9px;
    font-weight: bold;
}
.cli-chapter .level2 a {
    font-size: 1em;
    padding-left: 18px;
}
.cli-chapter .level3 a {
    font-size: 1em;
    padding-left: 27px;
    font-style: italic;
}
.cli-chapter .level4 a {
    font-size: .9em;
    padding-left: 36px;
}
.cli-chapter .level5 a {
    font-size: .9em;
    padding-left: 45px;
}
.cli-chapter li.currentChapter{

}
.cli-chapter a.currentChapter {
    position:relative;
}
.cli-chapter a.currentChapter:before {
    content:"";
    display:inline-block;
    position:absolute;
    left:1px;
    height:0;
    top:50%;
    margin-top:-4px;
    border-width:4px 0 4px 5px;
    border-style: solid;
    border-color: rgba(255,102,0,0) rgba(255,102,0,0) rgba(255,102,0,0) rgba(255,102,0,1);
}
.cli-chapter a.disabled {
    color: #c4c7c8;
    cursor: pointer;
}
#currentChapterBubble {
    display: none;
    position: fixed;
    top:200%;
}

/* KEYWORDS & DOCUMENTS LIST
--------------------------------*/
.cli-keyword p, .cli-document p {
    margin:4px .5em;
}
a.timecode {
    display:inline-block;
    position: relative;
    margin:0 3px 3px 11px;
    padding:2px 3px 2px 7px;
    line-height: 16px;
    text-decoration:none;
    color:#000;
    background: #ddd;
}
a.timecode:before,
a.timecode:after {
    content:"";
    position: absolute;
    top:0;
    border-width: 10px 11px;
    border-style: solid;
}
a.timecode:before {
    left:-11px;
    border-right-width: 0;
    border-color: rgba(221,221,221,1) rgba(225,225,225,0) rgba(221,221,221,1) rgba(255,255,255,0);
}
a.timecode:after {
    right:-11px;
    border-right-width: 0;
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgba(221,221,221,1);
}
#listHolder a.timecode:active,
#listHolder a.timecode:hover {background: #ff7339;color:#fff;}

a.timecode:focus {background: #f1f1f1;color:#333;outline:0 !important;}
a.timecode:focus:before {border-color: #f1f1f1 rgba(225,225,225,0) #f1f1f1 rgba(255,255,255,0); }
a.timecode:focus:after {border-left-color: #f1f1f1;}

a.timecode:active:before,
a.timecode:hover:before {border-color: #ff7339 rgba(225,225,225,0) #ff7339 rgba(255,255,255,0); }
a.timecode:active:after,
a.timecode:hover:after {border-left-color: #ff7339;}


/* DOCUMENTS LIST
--------------------------------*/
.colibri-documents-list li {
    position: relative;
    min-height: 2em;
    overflow: hidden;
}
.colibri-documents-list span {
    margin-right: 2em;
    cursor: pointer;
}
.colibri-documents-list li > a {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:.3em;
    margin-top: 0 !important;
}

.svg .colibri-documents-list li > a {
    background:transparent url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/all-mimetypes.svg) no-repeat;
    background-position: calc(16.666667% * 4 ) 0;
    background-size: auto 100%;
    background-origin: content-box;
}
.colibri-documents-list li > a.image {
    background-position:0 0;
}
.colibri-documents-list li > a.pdf {
    background-position: calc(16.666667% * 1 ) 0;
}
.colibri-documents-list li > a.media,
.colibri-documents-list li > a.audio {
    background-position: calc(16.666667% * 2 ) 0;
}
.colibri-documents-list li > a.url {
    background-position: calc(16.666667% * 3 ) 0;
}
.colibri-documents-list li > a.undefined {
    /* same as base */
}
.colibri-documents-list li > a.swf {
    background-position: calc(16.666667% * 5 ) 0;
}




/* DOCUMENT
_________________________________________________________________*/
#documentHolder{
    position:relative;
    display: block;
    height:0;
    padding:0;
    padding-bottom: 75%;
    background: rgba(0,0,0,.3);
}
.doc4by3 #documentHolder {
    padding-bottom: 75%;
}
.doc16by9 #documentHolder {
    padding-bottom: 56.25%;
}
#documentContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    overflow: hidden;
    text-align: center;
}
#imgDocBg {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
img#colibriDoc {
    display: block;
    width: 100%; /*maximise size => give contextual click for downloading picture*/
    opacity: 0;
}
#documentContainer iframe,
#documentContainer object,
#documentContainer .flowplayer {
    width: 100%;
    height: 100%;
}
#audioContainer {
    position: absolute;
    width: auto;
    left:10%;
    right:10%;
    height:30px;
    top:50%;
    margin:-15px 0 0;
}

.documenthandle {
    display: none;
}
.documentPreload {
    display: none;
}
#docFullscreenBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    opacity: 0;
    transition: all .4s ease;
}
.documentHover #docFullscreenBtn {
    opacity: 1;
}
#documentToolBar {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -4px;
    height: 5px;
}
#buttonGoLeft, #buttonGoRight{
    display: none;
}
/* doc timeline
-------------------------------------- */
#documentTimeline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 100%;
    overflow: hidden;
    background: #bbb;
    border: 1px solid #c6c6c6;
    border-top: 1px solid #888;
}
#documentTimeline, #docSlideHandle{
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.3);
}
#docSlideHandle {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    padding-left: 2px;
    margin-left: -1px;
    background: #f60;
    pointer-events: none;
}
#documentTimeline ul {
    position: absolute;
    z-index:1;
    bottom: -6px;
    left: 0;
    right: -2px;/*fix approximate width of li kids*/
    list-style: none;
}
#documentTimeline ul:after {
    content: "";
    display: block;
    clear: both;
}
#documentTimeline li {
    float: left;
}
#documentTimeline li.lastSlide {
    margin-right: -4px;/*fix approximate width of li kids*/
}
#documentTimeline a {
    display: block;
    height: 22px;
    border-left: 1px solid #888;
    border-left: 1px solid rgba(0, 0, 0, .2);
}
#documentTimeline li:first-child a {
    border-left: 0;
}

.slideThumbTip .ui-tooltip-content {/*mycorptv fix*/
    padding:0;
    border:0;
    font: 11px Arial, Helvetica, sans-serif;
}
#documentTimeline li .slideThumb {
    position: absolute;
    top:100%;
}
.slideThumb {
    position: relative;
    width: 120px;
    overflow: hidden;
}
.slideThumbWithImg  {
    background: #fff url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/mini-loader.gif) no-repeat 50% 50%;
    height: 80px;
    display: block;
}
.slideThumb img{
    display:block;
    width:120px;
    height:auto;
}
.slideThumb div {
    margin:0;
    width: 120px;
    height:90px;
    background-repeat: no-repeat;
}
.no-svg .slideThumb div {
    background-image:url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/64x64/mimetypes/all.png);
}

.svg .slideThumb div {
    background-image:url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/all-mimetypes.svg);
}

.slideThumb .web,
.slideThumb .url,
.slideThumb .html{
    background-position:-356px 50%;
}
.slideThumb .pdf{
    background-position:-100px 50%;
}
.slideThumb .image{
    background-position:28px 50%;
}
.slideThumb .media,
.slideThumb .audio{
    background-position:-228px 50%;
}
.slideThumb .undefined,
.slideThumb .empty,
.slideThumb .unknown{
    background-position:-484px 50%;
}
.slideThumb .swf{
    background-position:-612px 50%;
}
.slideThumb .quiz{
    background-position:-740px 50%;
}
.slideThumb span{
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    padding:2px 4px;
    background:#fff;
    background: rgba(255,255,255,.5);
    text-shadow:0 0 1px #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 3.6em;
}


#documentTimeline a:hover {
    background: rgba(0,0,0,.2);
}
#documentTimeline a:focus {
    outline: 0;
}
#documentTimeline a.even {}
#documentTimeline a.odd {}

#documentToolBar:hover,
#documentWrapper:hover #documentToolBar {
    height: 20px;
    bottom: -10px;
}
#documentToolBar:hover ul,
#documentWrapper:hover #documentToolBar ul {
    bottom: 0;
}
#documentToolBar, #documentTimeline ul {
    transition: all .15s ease;
}

/* doc fullscreen
-------------------------------------- */
#documentWrapper, #documentHolder {
    transition: none .2s ease;
    transition-property:width,height,top,left,bottom,right,background;
}

.isFullScreen #documentWrapper {
    position: fixed !important;
    z-index: 100;
    top:0;left:0;bottom:0;right:0;
    width:100%;height:100%;
    background: #000;
    border: 0;
}
.isFullScreen #documentHolder {
    position: absolute !important;
    padding:0 !important;
    top: 0;
    bottom: 38px;
    left: 0;
    width: 100%;
    height: auto;
    background: #000;
}
.isFullScreen #documentToolBar {
    height: 38px !important;
    bottom: -38px !important;
    margin: 0 !important;
}
.isFullScreen #documentTimeline, .isFullScreen #documentToolBar ul {
    bottom: -1px;
}
.isFullScreen #documentTimeline a {
    height: 40px;
}
.isFullScreen #imgDocBg {
    background-position: 50%;
}

.live.isFullScreen #documentHolder {
    bottom: 0;
}

/* ANNEXES
_________________________________________________________________*/

#annexHolder {
    font-size: 1.1em;
    line-height: 20px;
}
.cli-annex-content {
    overflow: auto;
    width: 100%;
    height: 100%;
}
#annexHolder li {
    position: relative;
}
#annexHolder a.annex-item {
    display: block;
    padding: 0 2px;
    height: 20px;
    text-indent: 20px;
}
#annexHolder a.annex-item,
#annexHolder .close-btn{
    color: #222;
}
#annexHolder a.annex-item:hover,
#annexHolder .close-btn:hover {
    text-decoration: none;
    color: #000;
    background: #eee;
}
#annexHolder a span.annex-item-text {
}
#annexHolder a span.annex-item-icon {
    /* pas de position relative ou absolute sinon ça foire l'anim jquery sur ie7-8
    pour les templates faisant poper les annexes (responsive et compact) */
    float:left;
    width: 16px;
    margin-right: -16px;
    height: 100%;
}

.no-svg .cli-annex-content a span.annex-item-icon{
    background:url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/16x16/mimetypes/all.png) no-repeat -128px 50%;
}
.svg .cli-annex-content a span.annex-item-icon {
    background:url(https://momindum-cdn.akamaized.net/assets/api/prod/bundles/mycorptv/images/icons/all-mimetypes.svg) no-repeat -128px 50%;
    background-size: 207px 16px;
}
#annexHolder a span.url {
    background-position:-96px 50%;
}
#annexHolder a span.pdf {
    background-position:-32px 50%;
}
#annexHolder a span.image {
    background-position:0px 50%;
}
#annexHolder a span.media,
#annexHolder a span.audio {
    background-position:-64px 50%;
}
#annexHolder a span.undefined {
    background-position:-128px 50%;
}
#annexHolder a span.swf {
    background-position:-160px 50%;
}

#annexHolder .close-btn{
    display: none;
}

/* MESSAGE TO VIEWERS (LIVE)
_________________________________________________________________*/
#viewerMessageWrapper {

}


/* DIALOG BOXES
_________________________________________________________________*/
/* dialog container
*/
.dialog-box {
    font-size: 1.4em;
}
.dialog-box .dialogWrapper {
    width: 35em;
    max-width: 100vw;
    border-radius: 0.5em;
    overflow: hidden;
    box-shadow: 0 10px 20px 5px rgba(0,0,0,.5);
}
.dialogHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1.2em 1em 2em;
    background: linear-gradient(rgba(250,250,250,.97), rgba(242,242,242,.97));
}
.dialogHeader strong {
    font-size: 1.333333em;
}
.dialogHeader strong br {
    display: none;
}
button.closeDialogBtn {
    border: 0;
    background: none;
    border-radius: .12em;
    font-size: 2.4em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden; /*prevent ugly focus outline*/
}
.closeDialogBtn:hover {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.35);
}

.dialogContent {
    background: #fff;
    padding:2em 2em .5em;
    box-sizing: border-box;
    max-height: calc(100vh - 5.4em);
    overflow:auto;
}
.dialogContent p {
    padding-bottom:1.5em;
}
.dialogContent input,
.dialogContent button,
.dialogContent textarea {
    padding: .6em .8em;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: none;
}
.dialogContent button,
.dialogContent [type=submit] {
    border-color: transparent;
    color: #333;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.7);
    cursor: pointer;
    font-weight: bold;
}
.dialogContent button:hover,
.dialogContent [type=submit]:hover {
    color: #f56c33;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.dialogContent [readonly] {
    cursor: not-allowed;
    color: #777;
}
.dialogContent ::-webkit-input-placeholder { /* Edge */
  font-style: italic;
  color: #bbb;
}

.dialogContent :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
  color: #bbb;
}

.dialogContent ::placeholder {
  font-style: italic;
  color: #bbb;
}

.dialogBottomActions {
    padding-top:0;
    padding-bottom:1em;
    text-align:right;
}

/* popup dialog for menu
*/
body > .dialog-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0,0,0,.25);
}
body > .dialog-box:not(.dialogOpened) {
    display: none;
}











/* dialog content
-------------------------------------- */
.mom .ui-dialog{
    font-size: 1.3em;
}
.sharing-instant-dialog p {
    padding: .7em 0;
}
.urlCopyBox{
    padding: 1em 0;
}
.urlCopyBox input[type=text]{
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .7em;
}
.urlCopyBox label{
    cursor: pointer;
}
.urlCopyBox button{
    display: block;
    margin-top: 1em;
}




.sharing-instant-dialog .message{
    margin-top:.5em;
}
.playlist-item-context {
    border: 1px solid #d7d7d7;
    padding: 5px;
}
.playlist-item-context a {
    cursor: text;
    text-decoration: none;
}
.message-box {
    z-index: 1000;
    top: -2000px;
    padding: .5em 1.2em;
    font-size: 1.4em;
}
.centered {
    text-align: center;
}
.error, .alert, .notice, .success, .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
.plugin-missing, .notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
.error a, .alert a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
.info a {
    color: #205791;
}
.fancyCheck {
    font-size: 10px;
}
.fancyContainer {
    position: relative;
}
input.fancyCheck {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 3.6em;
    height: 2em;
}
span.fancyCheck {
    display: inline-block;
    padding: .2em;
    width: 3.2em;
    height: 1.6em;
    border-radius: 1em;
    background-color: #777;
    box-shadow: inset 0 2px 1px 0px rgba(0,0,0,.1), inset 0 0 0 1px rgba(32,32,35,.13);
    transition: .1s;
}
input:checked + span.fancyCheck {
    background-color: #ff7339;
}
span.fancyCheck:before {
    content:"";
    display: inline-block;
    padding: .8em;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,.4);
    margin-left: 0;
    transition: .1s;
}
input:checked + span.fancyCheck:before {
    margin-left:50%;
}


/* UI wmv player
_________________________________________________________________----------*/
.colibri-media, #colibri-media {
    height: 100%;
    width: 100%;
}
#playerWrapper {
    z-index: 1;
}
#colibri-ui-player {
    position: absolute;
    z-index: 5000;
    left: 0;
    right: 0;
    bottom:-31px;
    background:#fff;
    transition: bottom .2s ease;
}
#playerHolder:hover #colibri-ui-player{
    bottom:0;
}

/* progress bar _____________ */
#colibri-media-timeline {
    position: relative;
    transition: all .2s ease;
    font-size: .6em; /*height setting*/
}
#playerHolder:hover #colibri-media-timeline {
    font-size: 1.2em;
}

/* controls _____________ */
.mediaPlayerControls {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    border-radius:0;
    cursor: default;
    font-size: 10px;
    color:#222;
}
.mediaPlayerControls:after{
    content: "";
    display: block;
    clear: both;
}
.mediaPlayerControls li {
    display: block;
    float: left;
}
#colibri-media-volume,
#colibri-media-mute {
    float: right;
}

.mediaPlayerControls .ui-button{
    box-shadow:none;
    border:0;
    border-radius:0;
}
.mediaPlayerControls .ui-button-icon-only{
    width: 3.1em;
}
.mediaPlayerControls .ui-button-icon-only .ui-button-text{
    padding:.75em;
}
#colibri-media-timer,
#colibri-media-volume {
    margin: .7em 1em .7em .5em;
    line-height: 1.6em;
}
#colibri-media-timer span {
    font-size: 1.1em;
}

#colibri-media-volume {
    width: 50px;
}

/* Access Denied Page
_________________________________________________________________ */
.accessDenied {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}
.accessDenied > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #b3b3b3;
}
.accessDenied h1 {
    font-size: 10em;
    text-align: center;
}
.accessDenied p {
    font-size: 2em;
    text-align: center;
}


/*
    ╔════╗   ╦  ╔════╗
    ║    ║   ║  ║
    ╠════╩╗  ║  ║   ═╦
    ╚═════╝  ╩  ╚════╝

big screens min 12.2 inches with confortable resolution */
@media only screen and (min-width:1281px) {
/*body:after {
    content:"large size";
    position: absolute;
    top:0;
    left: 0;
    z-index: 1000;
}*/
a.timecode {
    padding:4px 3px 4px 7px;
    line-height: 18px;
}
a.timecode:before,
a.timecode:after {
    border-top-width: 12px;
    border-bottom-width: 14px;
}

}/*end MQ*/


 /* CSS MakerLite Form AND new CTA MakerLite */
span.closeBox {
	 display: block;
	 position: absolute;
	 right: 5px;
	 top: 5px;
	 background: #000;
	 width: 18px;
	 height: 18px;
	 border-radius: 100%;
	 color: #fff;
	 text-align: center;
	 line-height: 18px;
	 font-size: 14px;
	 cursor: pointer;
	 z-index: 22;
}
span.closeBox span {
    display: block;
    background: #fff;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
    top: 9px;
    position: relative;
    left: 4px;
}
span.closeBox span:last-child {
    transform: rotate(-45deg);
    left: 4px;
    top: 8px;
}
.makerliteFormPop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.makerliteFormPop .makerliteInnerPop {
    width: 70%;
    max-width: 590px;
    height: auto;
    padding: 15px 20px;
    background: #fff;
    position: relative;
    justify-content: center;
    border-radius: 4px;
}
.makerliteFormPop .makerliteInnerPop .makerlitePopHead {
    text-align: center;
    width: 100%;
}
.makerliteFormPop .makerliteInnerPop .makerlitePopHead span.titleForm {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
}
.makerliteFormPop .makerliteInnerPop .makerForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group {
    flex: 0 0 45%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    position: relative;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group .errorTxt {
    position: absolute;
    top: -10px;
    right: 0;
    color: red;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group label {
    flex: 1;
    line-height: 28px;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group input {
    background: #f3f3f3;
    border-radius: 3px;
    box-shadow: inset 0px 4px 6px -9px rgba(0, 0, 0, 1);
    border: none;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    box-sizing: border-box;
    width: 64.9%;
    max-width: 172px;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group input:focus {
    outline: none;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group.error label {
    color: red;
}
.makerliteFormPop .makerliteInnerPop .makerForm .group.error input {
    color: red;
    border: 1px solid red;
}
.makerliteFormPop .makerliteInnerPop .makerliteFormFooter {
    display: flex;
    align-items: center;
    flex-diection: column;
}
.makerliteFormPop .makerliteInnerPop .makerliteFormFooter .text {
    margin-right: 10%;
    text-align: justify;
    flex: 1;
}
.makerliteFormPop .makerliteInnerPop .makerliteFormFooter button {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ff6601;
    padding: 0 30px;
    border: none;
    display: block;
    border-radius: 4px;
    background: #ff6601;
    border: 1px solid #ff6601;
    transition: all 0.2s;
    cursor: pointer;
}
.makerliteFormPop .makerliteInnerPop .makerliteFormFooter button:hover {
    color: #fff;
    background: #ff8755;
    border-color: #ff8755 #ff8755 #b64e2a;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width: 768px){
    .makerliteFormPop .makerliteInnerPop .makerlitePopHead span.titleForm {
        width: 100%;
    }
    .makerliteFormPop .makerliteInnerPop .makerForm .group label {
        margin-right: 10px;
    }
    .makerliteFormPop .makerliteInnerPop .makerliteFormFooter{
        display: block;
    }
    .makerliteFormPop .makerliteInnerPop .makerliteFormFooter .text{
        margin: 0 0 20px 0;
    }
    .makerliteFormPop .makerliteInnerPop .makerliteFormFooter button{
        float: right;
    }
}

/* CTA image */
#ctaImg-annexe{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    margin: 0;
    background: none;
    pointer-events: none;
}
#ctaImg-annexe .cli-annex-content.cta-img{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    width: 200px;
    height: auto;
    max-width: 200px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #3c3c3c;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    animation: fadeIn ease 1s forwards, fadeOut 6s ease-in 15s forwards, removeA 0s forwards;
}
#ctaImg-annexe .cli-annex-content.cta-img.leftTop {
    top: 4em;
    left: 4em;
}
#ctaImg-annexe .cli-annex-content.cta-img.rightTop {
    top: 4em;
    right: 4em;
    left: auto;
}
#ctaImg-annexe .cli-annex-content.cta-img.rightBottom {
    top: auto;
    bottom: 4em;
    right: 4em;
    left: auto;
}
#ctaImg-annexe .cli-annex-content.cta-img.leftBottom {
    top: auto;
    left: 4em;
    bottom: 4em;
    right: auto;
}
#ctaImg-annexe .cli-annex-content.cta-img.center {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@keyframes removeA {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
#ctaImg-annexe .cli-annex-content.cta-img img {
    position: relative;
    width: 100%;
    height: auto;
}
#ctaImg-annexe .cli-annex-content.cta-img .innerCallToAction {
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
/* END CSS MakerLite Form AND new CTA MakerLite */