@import "timeRuler.css?v=1";
@import "timeline.css?v=1";

BODY {
    color: #c5c5c5;
    font-family: 'Roboto', sans-serif;
}

IFRAME {
    border: 0;
}

.ElemAjaxWaitMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    font-size: 50px;
    background: rgba(227, 227, 227, 0.4);
    color: #0097aa;
    display: none;
    align-items: center;
    justify-content: center;
}

.m .ElemAjaxWaitMask {
    background-color: rgba(227, 227, 227, 1);
}

a {
    color: #07869c !important;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #52abba;
}

.form-group {
    margin: 10px 0;
}

.form-group label {
    display: inline-block;
    margin-bottom: 5px;
}

.form_control {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ababab;
    min-width: 150px;
    background-color: rgba(43, 43, 43, 0.8);
    background-image: none;
    border: 0;
    vertical-align: bottom;
    border-bottom: 2px solid #575757;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

textarea.form_control {
    height: auto;
}

.GT_DialogBasic .form_control, .GT_Dialog .form_control {
    background-color: rgba(33, 33, 33, 1);
}

.btn_custom {
    box-sizing: content-box;
    height: 18px;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #c5c5c5;
    border: 0;
    border-radius: 0;
    vertical-align: bottom;
    background-color: #07869c;
    background-image: none;
    border-bottom: 2px solid #044f5d;
    cursor: pointer;
}

.btn_custom i {
    margin-left: 4px;
}

.form_control:focus {
    border-color: #6f6f6f;
    background-color: rgb(39, 39, 39);
    outline: 0;
}

.btn_custom:focus {
    background-color: #0895ad;
    border-bottom: 2px solid #056a7d;
    outline: 0;
}

.btn_custom:active {
    border-top: 2px solid #07869c;
    background-color: #044f5d;
    border-bottom: 0;
}

.btn_custom:disabled:focus, .btn_custom:disabled:active {
    background-color: #5d939c;
    border-bottom: 2px solid #044f5d;
    outline: 0;
    border-top: 0;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

/*#GT_UserId { display: none; } */
#GT_MainContainer, #VM_MainContainer {
    background: #424242;
    background: -moz-linear-gradient(top, #424242 0%, #191919 100%);
    background: -webkit-linear-gradient(top, #424242 0%, #191919 100%);
    background: linear-gradient(to bottom, #424242 0%, #191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#191919', GradientType=0);
}

.VM_BtnPlay.VM_Pause:hover {
    background-image: none;
}

.VM_PlayerLoading {
    height: 100%;
    overflow: hidden;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.VM_PlayerLoading .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.VM_PlayerLoading_content {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 100%;
}

.VM_PlayerLoading_content P {
    margin: 0;
    color: #4e4e4e;
}

.VM_VideoButtonsContainer {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    height: 37px;
    position: relative;
    padding-top: 7px;
    background-color: #303030;
}

.video_progress_container {
    padding: 0;
    outline: 0;
}

.video_progress_container {
    transform: scaleY(0.4);
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 10;
}

.video_progress_container:hover {
    transform: scaleY(1);
    padding-bottom: 8px;
    padding-top: 8px;
    top: -10px;
}

.video_progress_container .video_progress_box {
    width: 100%;
    height: 7px;
    position: relative;
    background-color: #4F4F4F;
}

.video_progress_container .video_progress_box .video_progress_bar {
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #056471;
    width: 0;
    z-index: 3;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.video_progress_container .video_progress_box .video_progress_bar .video_progress_button {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -7.5px;
    top: -4px;
    border-radius: 7px;
    background-color: #056471;
    transform: scaleX(0.4);
}

.video_progress_container:hover .video_progress_box .video_progress_bar .video_progress_button {
    display: block;
    transform: scaleX(1);
}

.video_progress_container .video_progress_box .video_cursor_progress_bar {
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 0;
    z-index: 2;
}

.video_progress_container:focus .video_progress_button {
    display: block !important;
}

.VM_VideoButtonsContainer .video_control_box {
}

.VM_Btn_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    float: none;
    padding-left: 5px;
}

.VM_Btn_right_box {
    float: right;
}

.VM_VideoButtonsContainer .btn_play {
    width: auto;
    height: auto;
    border: inherit;
    position: static;
    background-image: none;
    opacity: 0.65;
    padding: 7px 10px 7px !important;
}

.VM_VideoButtonsContainer .player_btn {
    display: block;
    font-size: 20px;
    border: 0;
    background-color: transparent;
    padding: 0;
    color: rgba(10, 152, 173, 0.65);
    width: 35px;
    height: 100%;
    float: left;
    fill: #fff;
    overflow: hidden;
    position: relative;
    outline: 0;
    cursor: pointer;
}

.VM_VideoButtonsContainer .player_btn:focus {
    outline: 0;
}

.btn_play a {
    display: block;
    width: 15px;
    height: 100%;
    outline: 0;
    position: relative;
}

.btn_play a:focus, .btn_play a:active, .btn_play a span {
    outline: 0;
}

.btn_play a .left {
    height: 14px;
    float: left;
    background-color: #0a98ad;
    width: 33%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
}

.btn_play a .triangle-1 {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.btn_play a .triangle-2 {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.btn_play a .triangle-1,
.btn_play a .triangle-2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 0;
    height: 0;
    border-right: 14px solid #303030;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn_play a .right {
    height: 14px;
    float: right;
    width: 36%;
    background-color: #0a98ad;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.VM_Pause a .left {
    width: 50%;
}

.VM_Pause a .right {
    width: 50%;
}

.VM_Pause a .triangle-1 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.VM_Pause a .triangle-2 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.VM_VideoButtonsContainer .player_btn:hover {
    opacity: 1;
    color: rgba(10, 152, 173, 1);
}

.player_volume_box {
    overflow: hidden;
    height: 100%;
    padding-right: 10px;
}

.player_volume_box:focus {
    outline: 0
}

.volume_container {
    display: inline-block;
    width: 52px;
    vertical-align: super;
    transition: width 0.2s;
    height: 30px;
    float: left;
}

.volume_container.hidden {
    width: 0;
}

.player_volume_box:focus .volume_container.hidden {
    width: 52px;
}

.volume_box {
    width: 52px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 11px;
    visibility: visible;
}

.volume_container.hidden .volume_box {
    visibility: hidden;
}

.player_volume_box:focus .volume_container.hidden .volume_box {
    visibility: visible;
}

.volume_progress_bar {
    height: 4px;
    background-color: #056471;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
    position: relative;
    visibility: visible;
}

.volume_container.hidden .volume_progress_bar {
    visibility: hidden;
}

.player_volume_box:focus .volume_container.hidden .volume_progress_bar {
    visibility: visible;
}

.volume_progress_button {
    height: 8px;
    width: 8px;
    position: absolute;
    right: -4px;
    top: -2px;
    background-color: #056471;
    border-radius: 4px;
}

.volume_container.hidden .volume_progress_button {
    visibility: hidden;
}

.player_volume_box:focus .volume_container.hidden .volume_progress_button {
    visibility: visible;
}

.player_duration_box {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #3fa9f5;
    justify-content: center;
    font-size: 14px;
}

.player_duration_box .actual_duration {
    margin-right: 4px;
}

.player_duration_box .total_duration {
    margin-left: 4px;
}

#VM_PlayerZone {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#VM_MainVideoContainer {
    display: block;
    width: 100%;
    position: relative;
    margin: auto;
}

#VM_MainVideoContainer:after {
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
    display: none;
    height: 20%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    opacity: 1;
}

#VM_MediaZone {
    float: right;
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: row-reverse;
    z-index: 1;
}

#VM_MainZone {
    float: left;
}

#VM_TimeLineTools {
    clear: both;
    background-color: transparent;
    float: none;
    position: relative;
    border: 0;
    width: auto;
    height: 55px;
}

#VM_TimeLineTools .VM_TLButton {
    opacity: 0.7;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    width: 50px;
    height: 45px;
    line-height: 45px;
    background-image: none;
    border: 0;
    float: left;
    margin: -5px 0 0 10px;
    background-color: #90908f;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}

#VM_TimeLineTools .VM_TLButton i {
    color: #2B2B2B;
}

#VM_TimeLineTools .VM_BtnSelected {
    opacity: 1;
    margin-top: 0;
}

.import_btn_box {
    position: absolute;
    right: 30%;
}

#VM_ZoomContainer {
    position: absolute;
    z-index: 10;
    right: 17px;
    bottom: 17px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 60px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
}

.zoom_btn_box {
    color: #2B2B2B;
    font-size: 25px;
    padding: 10px 0;
}

#VM_TimeZoom {
    width: 40px;
    margin: 0;
    height: 80%;
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    padding: 0 5px;
}

#VM_TimePos {
    display: none;
}


#VM_ToolLoading {
    background-color: rgba(0, 0, 0, 1);
}

#VM_ToolLoading .GT_GifLoading {
    width: 50px;
    height: 50px;
}

.VM_MediaTab_draggable {
    width: 5px !important;
    position: relative;
    cursor: col-resize;
    background-color: #5d5d5d;
    overflow: visible;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 1);
    z-index: 1;
    float: left;
}

.VM_MediaTab_draggable a {
    /*display: block;*/
    position: absolute;
    height: 20px;
    width: 65px;
    right: -30px;
    top: calc(50% - 32px);
    border-radius: 10px;
    background-color: #5d5d5d;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
    /*opacity: 0;*/
    display: none;
    cursor: col-resize;
}

.VM_MediaTab_draggable a:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 197%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background-image: url('../img/draggable_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.VM_MediaTab_draggable:hover a, .VM_MediaTab_draggable.hover a {
    /*opacity: 1;*/
    display: block;
}

#GT_Importer .VM_MediaTab_draggable {
    background-color: #ffffff;
    box-shadow: none;
}

#GT_Importer .VM_MediaTab_draggable A {
    display: none;
}

.VM_MediaTab {
    display: block;
    width: calc(100% - 65px);
    padding-top: 0;
    background: #475c5f;
}

.VM_MediaTab .media_tab {
    display: none;
    height: 100%;
}

.padded {
    padding: 20px;
}

.VM_MediaTab .media_tab .sound_title {
    margin: 0 0 10px;
}

.VM_MediaTab .media_tab:first-child {
    display: block;
}

#VM_MediaUpload {
    display: none;
}

#VM_MediaButtons > div {
    float: none;
    cursor: pointer;
    line-height: inherit;
    width: auto;
}

#VM_MediaLibrary, .media_tab_camera, .media_tab_picture {
    background-image: url('../img/fond_texture_fullscreen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.WebcamText, .SoundLoadingText {
    padding-top: 30px;
}

.VM_MediaView_tab {
    height: 100%;
    background-color: transparent;
    overflow: auto;
}

.VM_MediaView_tab H2 {
    text-align: left;
    padding-left: 20px;
    margin-top: 0;
}

.VM_MediaView_tab .list_module {
    border-bottom: 1px solid #242e2f;
    overflow: visible;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    padding: 3px 8px;
    min-height: 30px;
}

.VM_MediaView_tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.VM_MediaResource {
    padding: 0;
    margin: 0 6px 0 0;
    background-color: transparent;
    cursor: move;
    color: rgb(152, 152, 152);
    float: none;
    display: inline-block;
    border: 0;
    height: 100%;
}

.VM_MediaResource:hover {
    border-color: transparent;
    color: rgb(244, 244, 244);
}

.VM_ResourceTextContent {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}

.VM_ResourceTextContent P {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.VM_DropTitle_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.VM_DropTitle {
    color: rgb(255, 255, 255);
    width: 100%;
    position: static;
    bottom: auto;
    padding: 0 5px 0;
    box-sizing: border-box;
}

.VM_DropDuration {
    color: #ffffff;
    position: static;
    padding: 0 5px 2px;
}

.VM_DeleteResource {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: none;
}

.VM_DropImg {
    width: 135px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
}

.star_new_elem {
    font-size: 14px;
    margin: 5px 0 0 5px;
    float: left;
    color: yellow;
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: 4;
    animation-timing-function: linear;
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.VM_MediaResource .opacity_layout {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.VM_MediaBlockAdd .opacity_layout {
    cursor: pointer;
}

.VM_MediaResource .opacity_layout I {
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.VM_MediaResource .opacity_layout I.icon-camera-lens {
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.VM_MediaResource .opacity_layout I.fa-plus {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.VM_MediaResource .opacity_layout I.icon-texteA {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.VM_MediaResource .opacity_layout .icon_media_ressource {
    opacity: 1;
    transition: all .3s;
}

.VM_MediaResource .opacity_layout I.icon-texteA {
    font-size: 40px;
}

.VM_MediaResource .opacity_layout .fa-plus {
    opacity: 0;
    transition: all .3s;
}

.VM_MediaResource .opacity_layout:hover .fa-plus {
    opacity: 1;
}

.VM_MediaResource .opacity_layout:hover .icon_media_ressource {
    opacity: 0;
}

.VM_MediaResource:hover .VM_DropTitle_box {
    display: block;
}

.VM_MediaResource:hover .VM_DropTitle {
    color: rgb(255, 255, 255);
}

.VM_MediaResource:hover .VM_DropDuration {
    color: #ffffff;
}

.VM_MediaBlock:hover .VM_DeleteResource {
    display: block;
}

.media_tab_button A {
    display: inline-block;
}

.media_tab_button A.add_folder_btn {
    float: right;
    color: #c5c5c5;
    font-size: 9px;
    line-height: 35px;
    margin-right: 10px;
}

.media_tab_button A.add_folder_btn:hover {
    color: #ffffff;
}

.media_tab_button A.add_folder_btn .fa-stack-1x {
    color: #1D1D1D;
}

.media_tabs_zone {
    width: 60px;
    height: 100%;
    overflow: auto;
    background-color: transparent;
    float: right;
}

.media_tabs_zone ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.media_tabs_zone ul li {
    height: 45px;
    padding-bottom: 10px;
}

.media_tabs_zone ul li:first-child {
    margin-top: 10px;
}

.media_tabs_zone ul li a {
    display: flex;
    height: 100%;
    width: calc(100% - 10px);
    color: #abdee6;
    text-align: center;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    background-color: #07869c;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    margin: 0 0 0 10px;
}

.media_tabs_zone ul li a.selected {
    background-color: #475c5f;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    margin: 0;
}

.media_tabs_zone ul li a:hover {
    color: #ffffff;
    width: calc(100% - 5px);
    margin: 0 0 0 5px
}

.media_tabs_zone ul li a.selected:hover {
    margin: 0;
    width: calc(100% - 10px);
}

.icon-camera-lens {
    background-image: url('../img/camera_lens.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.media_tab_title_box {
    display: flex;
    flex-direction: row;
    padding: 6px 0;
}

.media_tab_title_box .media_tab_title_icon {
    color: #475c5f;
    background-color: #a3adaf;
    width: 60px;
    height: 60px;
    display: flex;
    line-height: 60px;
    font-size: 40px;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.media_tab_title_box H1 {
    font-size: 23px;
    font-weight: normal;
    padding: 0 0 0 20px;
}

.media_tab_title_box H1:hover {

}

.LC_BgColorGrey {
    background-color: transparent;
}

.SpeechSpectrum {
    width: 100%;
    height: 180px;
    display: block;
    margin: 0;
}

.speech_sound_box {
    width: 60px;
}

.SpeechContainer_block {
    flex: 1;
}

.spectrum_container .circle_bg {
    width: 96%;
}

.spectrum_container {
    margin-top: 10px;
}

.speech_result_box {
    background-color: #323d3f;
    background: rgba(50, 61, 63, 1);
    background: -moz-linear-gradient(left, rgba(50, 61, 63, 1) 0%, rgb(66, 84, 86) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50, 61, 63, 1)), color-stop(100%, rgb(66, 84, 86)));
    background: -webkit-linear-gradient(left, rgba(50, 61, 63, 1) 0%, rgb(66, 84, 86) 100%);
    background: -o-linear-gradient(left, rgba(50, 61, 63, 1) 0%, rgb(66, 84, 86) 100%);
    background: -ms-linear-gradient(left, rgba(50, 61, 63, 1) 0%, rgb(66, 84, 86) 100%);
    background: linear-gradient(to right, rgba(50, 61, 63, 1) 0%, rgb(66, 84, 86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323d3f', endColorstr='#495e61', GradientType=1);

    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.speech_result_bg {
    margin: 3px 0;
    flex: 1;
    max-height: 150px;
    overflow: auto;
}

.speech_result_box .media_tab_title_icon {
    margin: 10px 0;
}

#SpeechResult, #SpeechResultFinal {
    padding: 5px 0;
    text-align: left;
}

#SpeechResult {
    width: 95%;
    margin: 10px auto 0;
}

#SpeechResultFinal {
    display: none;
}

.speech_result_box .cke_chrome {
    width: 95%;
    margin: 0 auto;
}

.speech_audio_container {
    display: none;
    flex: 1;
}

.speech_audio_box {
    position: relative;
}

.speech_audio_box canvas {
    height: 100px;
    width: 100%;
}

.speech_audio_box audio {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.speech_audio_box .recorder_progess_cursor {
    position: absolute;
    top: 0;
    left: 0;
    height: 91px;
    width: 2px;
    background-color: #07869c;
    z-index: 2;
}

.speech_audio_box .VM_VideoButtonsContainer {
}

.webcam_form_container {
    display: none;
    text-align: left;
}

.TextContainer_block {
    flex-grow: 1;
}

.TextContainer_block select {
    margin: 5px;
}

.TextContainer_block textarea {
    width: 100%;
    resize: none;
}

.media_upload_box {
    text-align: left;
}

.media_upload_box .form_control {
    margin: 0 0 0 20px;
    width: 50%;
}

.media_upload_box .btn {
    margin: 0 0 0 20px;
}

.upload_title {
    margin: 10px 0 10px 20px;
    font-size: 18px;
    text-align: left;
}

.recording_btn_container {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.capture_btn {
    outline: none;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.capture_btn i {
    font-size: 19px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: relative;
}

.capture_btn i .flash_shoot {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: transparent;
    display: inline-block;
}

.capture_btn:focus i .flash_shoot {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes flash {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.media_controls_container a {
    display: inline-block;
    text-decoration: none;
    color: #c5c5c5;
    margin-right: 5px;
    vertical-align: top;
}

.WebcamReturnCapture {
    padding: 10px 0;
}

.record_btn, .record_green_btn {
    width: 15px;
    height: 15px;
    font-size: 0;
    border: 0;
    border-radius: 10px;
    margin: 0;
    outline: none;
    background-color: #ffffff;
    cursor: pointer;
    vertical-align: middle !important;
    opacity: 0.7;
}

.record_green_btn {
    background-color: #52abba;
}

.media_controls_container a:hover, .media_controls_container a:focus, .recording_btn_container:hover a {
    opacity: 1;
}

.recording_btn_container:disabled {
    background-color: #5d939c;
    cursor: not-allowed;
}

.recording_btn_container:disabled:hover a {
    opacity: 0.7;
}

.recording_btn_container.Rec .record_btn, .recording_btn_container.Rec .record_green_btn {
    background-color: red;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(173, 0, 0, .4);
    }
    65% {
        box-shadow: 0 0 3px 5px rgba(173, 0, 0, .5);
    }
    90% {
        box-shadow: 0 0 3px 5px rgba(173, 0, 0, 0);
    }
}

.stop_record_btn {
    width: 15px;
    height: 15px;
    border: 0;
    margin: 0;
    outline: none;
    background-color: #ffffff;
    cursor: pointer;
    vertical-align: middle !important;
    opacity: 0.7;
}

.recording_btn_container:disabled .stop_record_btn {
    cursor: not-allowed;
    opacity: 0.7 !important;
}

.recording_btn_container:disabled .record_btn {
    cursor: not-allowed;
    opacity: 0.7 !important;
}

.WebcamReturnCapture {
    text-align: center;
}

#VM_TimeLineTools .zoom_icon {
    padding: 0;
    margin: -5px 0 0 0;
    float: right;
}

#VM_TimeLineTools .project_validation {
    padding: 0;
    margin: -5px 10px 0;
    float: right;
    background-color: #009842;
}

#VM_TimeLineTools .project_validation {
    background-color: #009842;
}

.list_module {
    overflow: auto;
}

.WebcamContainer {
    height: auto;
    width: 100%;
}

.VideoContainer_block {
    font-size: 0;
}

.VideoContainer_result_block .VM_VideoButtonsContainer {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.media_tab_sounds .VideoContainer_result_block .VM_VideoButtonsContainer {
    width: 100%;
}

.VideoContainer_result_block .VM_Btn_left_box {
    margin-left: 0;
}

#VideoContainer {
    margin-top: 16px;
}

.circle_bg {
    width: 95%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url('../img/fond_texture_panneau.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    font-size: 0;
    box-shadow: inset 0 0 6px #000;
}

.VideoContainer_block VIDEO {
    width: 100%;
    height: 100%;
}

.VideoContainer_block CANVAS {
    width: 100%;
    height: 100%;
}

.speech_audio_container CANVAS {
    width: 100%;
}

.media_controls_container {
    padding: 10px 0;
    position: relative;
    font-size: 12px;
    text-align: center
}

.webcam_form_container .media_controls_container {
    padding: 0;
}

.media_tab_camera .media_controls_container {
    padding: 0;
    position: relative;
    text-align: center;
}

.media_tab_camera .media_controls_container .media_controls_record {
    margin-top: 10px;
}

.media_controls_container .webcam_sound_check {
    font-size: 12px;
    display: inline-block;
    padding: 10px 0 0 0;
}

.media_controls_container .webcam_sound_check INPUT {
    vertical-align: middle;
}

.media_tab_camera .media_controls_container .WebcamReturnCapture {
    position: static;
    top: 0;
    left: 0;
}

/* * * Modale * * */

.GT_DialogContainer {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .GT_DialogContainer {
        width: 60%;
    }
}

#GT_DialogBasic, .GT_Dialog {
    color: rgb(165, 165, 165);
    background-color: #2d2d2d;
    border: 1px solid #000;
    text-align: left;
    padding: 0 20px 0;
    max-width: 100%;
    max-height: 100%;
}

#GT_DialogBasic {
    max-width: 80%;
    max-height: 80%;
}

.GT_DialogTitle {
    color: rgb(165, 165, 165);
    font-size: 16px;
    padding: 10px 0;
    background-color: transparent;
}

.GT_DialogText {
    margin: 0;
    padding: 0;
    color: rgb(165, 165, 165);
}

.GT_DialogButtons {
    /*height: 30px;*/
    vertical-align: middle;
    line-height: 30px;
    text-align: right;
    padding: 10px 0;
}

#GT_PropDialog input[type=text], #GT_PropDialog textarea {
    width: 100%;
    margin: 0;
}

.GT_PropTypeData {
    font-size: inherit;
}

#GT_PropBegin, #GT_TransBegin {
    width: 49%;
    margin-right: 1%;
    margin-left: 0;
    color: rgb(165, 165, 165);
    clear: both;
}

#GT_PropEnd, #GT_TransEnd {
    width: 49%;
    margin-left: 1%;
    margin-right: 0;
    color: rgb(165, 165, 165);
}

#GT_PropBegin input, #GT_PropEnd input, #GT_TransBegin input, #GT_TransEnd input {
    width: 80px;
    min-width: 80px;
    margin: 0 10px;
}

#GT_TransBeginContainer, #GT_TransEndContainer {
    margin-top: 20px;
}

#trans_begin_type, #trans_end_type {
    margin-left: 20px;
}

#GT_PropButtons {
    padding: 10px 0;
    margin: 0;
    clear: both;
}

#GT_DialogBasic VIDEO {
    width: 350px;
    height: auto;
}

#GT_DialogBasic IMG {
    width: 100%;
    height: auto;
}

#GT_DialogBasic AUDIO {
    width: 100%;
    height: auto;
}

#GT_DialogMask {
    background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 640px) {
    #GT_DialogBasic VIDEO {
        width: 500px;
    }
}

@media (min-width: 860px) {
    #GT_DialogBasic VIDEO {
        width: 650px;
    }
}

@media (min-width: 1200px) {
    #GT_DialogBasic VIDEO {
        width: 850px;
    }
}

@media (min-width: 1440px) {
    #GT_DialogBasic VIDEO {
        width: 1280px;
    }
}

.VM_VideoTrackContainer {
    position: absolute;
    width: 100%;
}

.VM_VideoTrackContainer > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.VM_FloatingImg {
    background-size: 100% 100%;
}

#UserMedia {
    position: fixed;
    right: 80px;
    top: 0;
    display: none;
    background-color: rgb(64, 64, 64);
    padding: 2px 10px;
    border-radius: 0 0 5px 5px;
    z-index: 89;
}

#UserMediaStop {
    color: #cecece;
    font-size: 10px;
}

#UserMediaStop .square {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #ce0000;
    margin-right: 7px;
    float: left;
    margin-top: 5px;
}

#UserMediaStop:hover .square, #UserMediaStop:focus .square {
    background-color: #cecece;
}

.cant_play_media {
    display: none;
    font-size: 12px;
}

.VM_UploadProgress {
    height: 20px; /* Can be anything */
    position: relative;
    background-image: none;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    width: 0;
}

.VM_UploadProgress > span {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #07869c;
    background-image: linear-gradient(center bottom, #07869c 37%, #52abba 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.VM_UploadProgress > span:after, .anime > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.VM_MediaResource .VM_UploadProgress {
    height: 10px; /* Can be anything */
    position: absolute;
    bottom: -5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}

.VM_MediaResource .VM_UploadProgress > span {
    border-radius: 0;
    background-color: #07869c;
    background-image: linear-gradient(center bottom, #07869c 37%, #52abba 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.VM_MediaResource .VM_UploadProgress > span:after, .anime > span > span {
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    background-size: 50px 50px;
    border-radius: 0;
}

.anime > span:after {
    display: none;
}

.meter > span:after, .animate > span > span {
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

#VM_FormExport {
    min-width: 300px;
    text-align: left;
}

#VM_FormExport, #VM_FormConfig {
    display: none;
    margin: 0;
}

#VM_FormConfig textarea, #VM_FormExport textarea, #VM_FormJob textarea {
    width: 100%;
}

#VM_FormExport input[type=text], #VM_FormExport textarea {
    width: 100%;
    margin-bottom: 10px;
}

#VM_FormExport h3 {
    margin: 0 0 10px 0;
    text-align: left;
}

#VM_FormExport p {
    margin: 0 0 5px;
    text-align: left;
}

#VM_ExportCredits {
    max-height: 251px;
}

.VM_ExportInter {
    text-align: center;
}

.VM_TimeLineBandMini {
    background-color: #fff;
}

#VM_TimeLineBandMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 5
}

#VM_TimeLineBandMenu UL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#VM_TimeLineBandMenu UL LI {
    background-color: #3e3e3e;
    border-top: 1px solid #504e4e;
    border-bottom: 1px solid #373737;
}

#VM_TimeLineBandMenu UL A {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #929292;
    padding: 0 10px;
    transition: all 0.3s;
}

#VM_TimeLineBandMenu UL A:hover, #VM_TimeLineBandMenu UL A:focus {
    background-color: #5c5c5c;
    color: #acacac;
}

#VM_TimeLineBandMenu UL A .fa {
    margin-right: 4px;
}

.recapcha_error {
    margin-bottom: 0;
    font-size: 11px;
    font-style: italic;
    color: #bb5d5d;
}

#resizerContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 75;
    cursor: move;
}

#resizerFrame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.resizerDot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    background-color: #ffffff;
}

.topDot {
    cursor: ns-resize;
    top: -10px;
    left: calc(50% - 10px);
}

.bottomDot {
    cursor: ns-resize;
    bottom: -10px;
    left: calc(50% - 10px);
}

.topLeftDot {
    cursor: nwse-resize;
    top: -10px;
    left: -10px;
}

.bottomRightDot {
    cursor: nwse-resize;
    bottom: -10px;
    right: -10px;
}

.bottomLeftDot {
    cursor: nesw-resize;
    bottom: -10px;
    left: -10px;
}

.topRightDot {
    cursor: nesw-resize;
    top: -10px;
    right: -10px;
}

.leftDot {
    cursor: ew-resize;
    top: calc(50% - 10px);
    left: -10px;
}

.rightDot {
    cursor: ew-resize;
    top: calc(50% - 10px);
    right: -10px;
}


#GT_PropDialog input[type="text"].miniInput {
    width: 70px;
    min-width: 70px;
    display: inline-block;
}


/*****  GraphTool  ******/
#GT_Importer {
    background-color: transparent;
    top: 0;
    text-align: left;
    border-right: 0;
}

#GT_ImporterTabsContainer {
    float: right;
    width: calc(100% - 5px);
}

#GT_ImporterTabBtns {
    background: transparent;
    border-bottom: 0;
}

#GT_ImporterTabBtns:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

#GT_ImporterTabBtns button {
    background-color: #00717c;
    color: #ffffff !important;
    float: left;
    width: 40%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
}

#GT_ImporterTabBtns button:last-child {
    width: 100%;
}

#GT_ImporterTabBtns button:last-child::after {
    display: block;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    /*border-bottom: 25px solid #f7f7f7;
    border-left: 25px solid #f7f7f7;
    border-top: 25px solid #00717c;
    border-right: 25px solid #00717c;*/
}

#GT_ImporterTabBtns button.GT_Selected {
    background-color: #f7f7f7;
    color: #0097AA !important;
    cursor: unset;
}

/*#GT_ImporterTabBtns button.GT_Selected::after {*/
/*    border-left: 25px solid #00717c;*/
/*    border-right: 25px solid #f7f7f7;*/
/*}*/

#GT_ImporterTabs {
    padding: 0;
    background-color: #f7f7f7;
    color: #3799ac;
}

.GT_ImporterTab {
}

#GT_ImporterElems {
    padding: 0;
}

.GT_ImporterTitle {
    background: transparent;
}

.GT_ImporterInfos_title {
    padding: 20px;
    color: #0097AA;
    font-size: 16px;
}

.GT_ImporterContainer {
    margin-bottom: 0;
}

.GT_ImporterContainer img {
    width: 100%;
    margin: 10px 0 0;
    max-width: 345px;
}

.detail_ent_image_container {
    text-align: center;
}

.video_duration, .fiche_pedagogique {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    margin: 0;
}

.video_duration I, .fiche_pedagogique I {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle
}

.fiche_pedagogique {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}

.expendable {
    background-color: #f7f7f7;
    margin-bottom: 2px;
}

.expendable_title {
    padding: 0;
    margin: 20px 0;
    color: #ffffff;
    font-size: 16px;
    background-color: #0097AA;
    line-height: 40px;
}

.expendable_title I {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.expendable_title .editable_btn {
    color: #ffffff;
}

i.title_icon {
    float: none;
    margin: 0 10px 0 0;
    font-size: 24px;
    vertical-align: middle;
}

.expendable_content {
    padding: 10px 20px 0;
    overflow: hidden;
}

.expendable_content .ressource_link {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
}

.expendable_content .ressource_link:hover, .expendable_content .ressource_link:focus {
    color: #52abba;
}

.expendable_content .form-group::after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
}

.expendable_content .form-group label {
    width: 45%;
    margin: 0;
    line-height: 27px;
}

.expendable_content .form-group label i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.expendable_content .form-group select {
    float: right;
    width: 45%;
    border: 0;
    color: #727272;
    padding: 4px 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.expendable_content p {
    color: #6d6c6b;
    padding: 0 0 0 35px;
    margin: 0;
}

.btn_add {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

#GT_ImporterVid .expendable {
    margin-bottom: 15px;
    border-bottom: 0;
}

#GT_ImporterVid .expendable_content {
    padding: 0 10px;
}

.importer_delete_btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #9a9795;
    color: #9a9795;
    background-color: #ffffff;
}

.minimal_list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #6d6c6b;
}

.minimal_list i {
    color: #3799ac;
}

.formation_tooltip_content .minimal_list {
    color: #ffffff;
}

.formation_tooltip_content .minimal_list I {
    color: #ffffff;
    margin-right: 5px
}

.GT_ImporterInfos .minimal_list {
    padding: 0 0 0 35px;
}

.GT_ImporterInfos .expendable_title {
    padding: 0 20px;
    margin: 0;
}

.GT_ImporterInfos .no-border {
    border-bottom: 0;
}

.import_search_box {
    text-align: left;
}

.import_search_box input {
    width: calc(100% - 20px);
    background-color: #ffffff;
    color: #3799ac;
    border: 0;
    margin: 10px 10px 0;
    padding: 4px 6px 4px 25px;
    background-image: url('../img/search-icon.png');
    background-position: 5px 5px;
    background-size: 12px 15px;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.import_elem_list {
    height: 350px;
    background-color: #00717c;
    padding: 10px;
    color: #ededed;
    overflow: auto;
    position: relative;
}

.formation_title_container {
    font-size: 0;
    cursor: move;
    z-index: 1;
    position: relative;
    border-left: 4px solid transparent;
}

.import_elem i {
    display: inline-block;
    padding: 6px;
    border: 1px solid #0097AA;
    vertical-align: top;
    height: 100%;
    margin: 0 2px 0 0;
    font-size: 24px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.import_elem i.fa {
    margin: 0;
}

.import_elem_title, .import_elem_type, .import_elem_duration, .import_elem_author, .import_elem_last_modification,
.import_elem_grain_use {
    /*text-align: left;
    color: #ffffff;
    border: 1px dotted #0097AA;
    width: calc(100% - 70px);
    display: inline-block;
    padding: 8px 10px;
    border-left: 0;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    box-sizing: border-box;*/
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}

.import_elem_title SPAN {
    display: inline-block;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.import_elem_title I {
    padding: 0;
    border: 0;
    vertical-align: bottom;
    height: auto;
    margin: 0;
    font-size: 16px;
    color: #0097AA;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.import_elem .deleteFromLibraryBtn {
    position: absolute;
    top: 0;
    right: 0;
}

.import_elem #deleteFromLibraryIcon {
    border: none;
    font-size: 15px;
    line-height: 25px;
}

.import_elem .duplicateFromLibraryBtn {
    position: absolute;
    top: 25px;
    right: 0;
}

.import_elem #duplicateFromLibraryIcon {
    border: none;
    font-size: 15px;
    line-height: 25px;
}

.formation_block {
    position: relative;
    background-color: #00717c;
    cursor: move;
    transition: transform 0.4s, box-shadow 0.4s;
}

.formation_block.ui-draggable-dragging {
    background-color: #0097AA;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    z-index: 10;
    width: 200px;
    height: 60px;
}

.formation_block.ui-draggable-dragging > i {
    border: none !important;
    float: left;
    line-height: 45px;
}

.formation_block.ui-draggable-dragging .import_elem_title {
    border: none;
}

.formation_block.ui-draggable-dragging SPAN {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    float: left;
}

.formation_block.ui-draggable-dragging .deleteFromLibraryBtn, .formation_block.ui-draggable-dragging .icon-evaluation {
    display: none;
}

.formation_block:hover > i {
    border: 1px solid #ffffff;
}

.formation_block:hover .icon-evaluation {
    border: unset;
}

.formation_block:hover .import_elem_title {
    border-color: #ffffff;
}

.formation_block IMG {
    width: 100%;
}

.import_elem_title I:hover {
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.formation_title_container I.icon-parametre {
    color: #ffffff;
    float: none;
    vertical-align: middle;
    margin: 0;
}

.formation_title_container .icon-state {
    float: left;
}

.formation_title_container .planification_percent {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    float: left;
    position: relative;
    width: 50px;
}

.formation_title_container .import_elem_detail {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 38px;
    overflow: hidden;
    transition: width 0.4s ease;
}

.import_elem {
    margin-bottom: 4px;
    position: relative;
    cursor: move;
    font-size: 0;
    height: 90px;
    display: inline-block;
}

.import_elem .icon-evaluation {
    border: none;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: -25px;
    right: 0;
}

#entity_configuration_modal .iframe_container {
    min-height: 600px;
    display: grid;
    padding: 0;
}

.formation_tooltip {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    height: 150px;
    width: 530px;
    background-color: #0097AA;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.formation_tooltip_short {
    width: 350px;
    height: 120px;
}

.formation_tooltip_footer {
    margin-top: 30px;
}

.formation_left_days {
    float: right;
    font-style: italic;
}

.formation_tooltip .formation_tooltip_img_container {
    width: 265px;
    height: 150px;
    float: left;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.formation_tooltip .formation_tooltip_img_container IMG {
    width: 100%;
}

.formation_tooltip .formation_tooltip_content {
    float: left;
    padding: 15px 20px;
    width: 265px;
    box-sizing: border-box;
}

.formation_tooltip_short .formation_tooltip_content {
    width: 100%;
}

.formation_tooltip .formation_tooltip_content:after {
    display: block;
    content: '';
    clear: both;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_title {
    margin: 0;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_steps {
    font-size: 14px;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_steps SPAN {
    display: block;
    line-height: 18px;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_subjects {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_subjects LI {
    display: inline;
    color: #8cc9e2;
    margin: 0;
    padding-right: 5px;
    line-height: 20px;
}

.formation_tooltip .formation_tooltip_content .formation_tooltip_subjects LI I {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 15px;
    color: #ffffff;
    padding: 0;
    border: 0;
    vertical-align: bottom;
    height: 100%;
    margin: 0;
}


#GT_ThemeZoneContainer {
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 380px;
    z-index: 80;
    overflow: visible;
}

.GT_ThemeContainer {
    position: relative;
}

.GT_Theme TABLE {
    height: 100%;
    width: 100%;
}

.GT_Theme .GT_ThemeDelete {
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 282px;
    color: #ffffff;
    font-size: 19px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_Theme .GT_ThemeDelete:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}

.GT_Theme .GT_ThemeDelete I {
    position: relative;
    top: 15px;
}

.GT_Theme .GT_ThemeDelete:hover I {
    color: #908F8E;
    cursor: pointer;
}

.GT_Theme .GT_ThemeName {
    color: #6d6c6b;
    font-weight: bold;
    font-size: 16px;
    top: 75px;
    position: relative;
    height: 85px;
}

.GT_Theme .GT_ThemeName span {
    display: inline-block;
    vertical-align: middle;
    cursor: text;
    max-height: 76px;
    overflow: hidden;
    width: 90%;
}

.GT_Theme .GT_ThemeName .icon-crayon {
    position: absolute;
    right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.GT_Theme .GT_ThemeId {
    position: relative;
    top: 60px;
}

.GT_ThemeArrowUp {
    position: absolute;
    top: 80px;
    left: 50px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeArrowDown {
    position: absolute;
    top: 80px;
    left: 108px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeBtnLink {
    position: absolute;
    top: 80px;
    left: 224px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeArrowUp:hover {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7);
}

.GT_ThemeArrowDown:hover {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7);
}

.GT_ThemeBtnLink:hover {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7);
}

.GT_ThemeContainer .icon-palette:hover {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7);
}

.GT_ThemeArrowUp I {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.GT_ThemeArrowDown I {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.GT_ThemeBtnLink I {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.GT_ThemeArrowUp.disabled {
    position: absolute;
    top: 80px;
    left: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    cursor: not-allowed;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeArrowDown.disabled {
    position: absolute;
    top: 80px;
    left: 108px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    cursor: not-allowed;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeArrowUp.disabled I {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3) !important;
    position: relative;
    top: 10px;
}

.GT_ThemeArrowDown.disabled I {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3) !important;
    position: relative;
    top: 10px;
}

.GT_ThemeArrowUp:hover I {
    color: #908F8E;
}

.GT_ThemeArrowUp.disabled:hover I {
    color: rgba(255, 255, 255, 0.3) !important;
}

.GT_ThemeArrowDown:hover I {
    color: #908F8E;
}

.GT_ThemeArrowDown.disabled:hover I {
    color: rgba(255, 255, 255, 0.3) !important;
}

.GT_ThemeBtnLink:hover I {
    color: #908F8E;
}

.GT_ThemeLock {
    position: absolute;
    top: 270px;
    z-index: 99;
    left: 180px;
}

.GT_ThemeLock I {
    font-size: 20px;
    color: #ffffff;
}

.GT_ThemeContainer .sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    border: solid 1px #ffffff;
    vertical-align: middle;
    top: 80px;
    position: absolute;
    left: 166px;
    background: none;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
}

.GT_ThemeContainer .sp-replacer:hover {
    border-color: #ffffff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7);
}

.GT_ThemeContainer .sp-replacer .sp-dd {
    display: none;
}

.GT_ThemeContainer .sp-replacer .sp-preview {
    border: none;
    background-image: none;
}

.GT_ThemeContainer .sp-replacer .sp-preview-inner {
    background-color: transparent !important;
}

.GT_ThemeContainer .icon-palette {
    position: absolute;
    top: 80px;
    left: 167px;
    font-size: 20px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    padding: 14px;
    cursor: pointer;
}

.GT_ThemeBar {
    height: 2px;
    background-color: #ffffff;
}

#GT_Tooltip {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
    max-width: 300px;
}

#GT_Tooltip {
    background-color: #ffffff;
    color: #0097AA;
    border-radius: 3px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
    max-width: 300px;
    font-size: 14px;
}

.GT_Entity, .GT_Entity_labbotool {
    border: 1px #00717c solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    background-color: #00717c;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.parcoursGraph .GT_Entity:not(.GT_TemplateEntity), .parcoursGraph .GT_Entity_labbotool:not(.GT_TemplateEntity) {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.GT_Entity.GT_TemplateEntity {
    border-style: solid;
}

.GT_Entity.GT_Selected {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 4;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.GT_Entity.GT_Selected .GT_EntityName {
    color: #00717c;
}

.GT_Entity.GT_Selected .GT_LinearIndex {
    color: #00717c;
}

.GT_Entity.GT_Selected .icon-corbeille {
    color: #00717c;
}

.parcoursGraph .GT_Entity.GT_Selected .GT_EntityName {
    color: #000000;
}

.parcoursGraph .GT_Entity.GT_Selected .GT_LinearIndex {
    color: #000000;
}

.parcoursGraph .GT_Entity.GT_Selected .icon-corbeille {
    color: #ffffff;
}

.GT_TemplateEntity {
    background-color: rgba(69, 111, 121, 0.3);
    border: 1px #ffffff solid;
    box-shadow: inset 0 0 10px 0 rgba(69, 111, 121, 0.5);
}

.GT_TemplateEntity.GT_Selected {
    background-color: rgba(69, 111, 121, 0.65);
    border: 1px #ffffff solid;
}

.parcoursGraph .GT_TemplateEntity {
    background-color: rgba(69, 111, 121, 0.3);
    border: 1px #ffffff solid;
    box-shadow: inset 0 0 10px 0 rgba(69, 111, 121, 0.5);
    opacity: 0.7;
}

.parcoursGraph .GT_TemplateEntity.GT_Selected {
    background-color: rgba(69, 111, 121, 0.65);
    border: 1px #ffffff solid;
}

.GT_Entity:hover {
    box-shadow: none;
}

.parcoursGraph .hover {
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.3) !important;
    transform: scale(1.05);
}

.parcoursGraph .hover .GT_EntityBtnConfig {
    top: -41px;
}

.parcoursGraph .hover .GT_EntityBtnEdit {
    top: -41px;
}

.parcoursGraph .hover .GT_EntityBtnDelete {
    top: -41px;
}

.GT_Entity.GT_Selected:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.GT_Entity.potential_droppable {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 1);
}

.GT_Entity.drop-hover {
    box-shadow: 0 0 10px 2px #8cc9e2;
}

.GT_EntityImg {
    width: 85%;
    margin: 20px 0 0;
}

.parcoursGraph .GT_EntityImg {
    position: relative;
    width: 250px;
    height: 132px;
    top: 0;
    margin: 0;
    overflow: hidden;
}

.parcoursGraph .GT_EntityImg I {
    font-size: 58px;
    position: relative;
    top: 40px;
}

.GT_EntityName {
    background-color: transparent;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    width: 85%;
    margin-top: 9px;
    overflow: hidden;
}

.GT_Entity.ui-droppable .GT_EntityName {
    min-height: 40px;
}

.parcoursGraph :not(.GT_TemplateEntity) .GT_EntityName {
    background-color: #ffffff;
    color: #0d0d0d;
    margin: 0;
    overflow: visible;
    display: block;
    width: 100%;
    height: 78px;
    padding: 10px 10px 0 10px;
}

.parcoursGraph .GT_TemplateEntity .GT_EntityName {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    color: #0d0d0d
}

/*.GT_TemplateEntity .GT_EntityBtnGroup { display: none; }
.parcoursGraph .GT_TemplateEntity .GT_EntityBtnGroup { display: block; }*/
.GT_TemplateEntity .GT_EntityName {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
}

/*.GT_TemplateEntity .GT_EntityBtnGroup { display: none; }
.GT_Entity .GT_EntityBtnGroup div {display:none;}
.GT_Entity_labbotool:hover .GT_EntityBtnGroup .GT_EntityBtnDelete {display:block}
.parcoursGraph .GT_Entity .GT_EntityBtnGroup div {display:block;}*/
.GT_TemplateEntity .GT_EntityStatut {
    display: none;
}

.GT_EntityName SPAN {
    overflow: hidden;
    max-height: 48px;
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
}

.parcoursGraph .GT_EntityName SPAN {
    overflow: hidden;
    display: inline-block;
    color: rgb(89, 94, 92);
    max-height: 70px;
}

.parcoursGraph .GT_Entity .icon_type_grain {
    color: rgb(89, 94, 92);
}

.parcoursGraph .GT_TemplateEntity .GT_EntityName SPAN {
    overflow: hidden;
    display: inline-block;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    margin-top: 55px;
    font-family: Roboto;
}

.GT_TemplateEntity .icon_type_grain {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    color: rgb(89, 94, 92);
}

.GT_Entity .icon_type_grain {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    color: #ffffff;
}

.parcoursGraph .GT_Entity .icon_type_grain {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    color: rgb(89, 94, 92);
}

.ui-droppable .GT_Entity.GT_Selected .GT_EntityName {
    color: #00717c;
}

/*.GT_TemplateEntity.GT_Entity.GT_Selected .GT_EntityName { color: #ffffff; }*/

.GT_EntButtonsLinear {
    background-image: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 14px;
    color: #c8cccc;
    background-color: transparent;
    text-align: center;
}

.parcoursGraph .GT_EntButtonsLinear {
    background-image: none;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #c8cccc;
    background-color: transparent;
    text-align: center;
}

.GT_EntButtonsLinear i {
    vertical-align: top;
    margin-top: 2px;
    webkit-margin-top: 1px;
    display: inline-block;
    color: #e3e3e3;
}

.parcoursGraph .GT_EntButtonsLinear i {
    color: #ffffff;
    font-size: 15px;
    margin-top: 8px;
}

.parcoursGraph .GT_EntButtonsLinear:hover i {
    color: #0097aa;
    transform: scale(1.2);
}

.GT_LinearIndex {
    font-size: 12px;
    left: auto;
    right: 4px;
    bottom: 4px;
    color: #a0b7b9;
}

.GT_Entity .icon-corbeille {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #ffffff;
}

.GT_Entity .icon-crayon {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #ffffff;
}

.GT_Entity .icon-parametre {
    position: absolute;
    top: 2px;
    left: 22px;
    color: #ffffff;
}

.GT_Entity .icon-info {
    position: absolute;
    bottom: -10px;
    font-size: 20px;
    color: #ff0000;
    left: -10px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

/*.GT_Entity .icon-corbeille { display: none; }*/
.GT_Entity.GT_Selected I {
    color: #00717c;
}

.GT_EntityBtnConfig {
    display: none;
}

.GT_EntityBtnDelete {
    display: none;
}

.GT_EntityBtnEdit {
    display: none;
}

:not(.parcoursGraph) .GT_Entity.GT_Entity_labbotool:not(.GT_TemplateEntity):hover .GT_EntityBtnDelete {
    display: block;
}

.parcoursGraph .GT_EntityBtnConfig {
    display: block;
    position: absolute;
    top: 20px;
    left: 105px;
    width: 40px;
    height: 40px;
    background-color: #0097aa;
    box-shadow: 1px -1px 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 25% 25% 0 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.parcoursGraph .GT_EntityBtnEdit {
    display: block;
    position: absolute;
    top: 20px;
    left: 56px;
    width: 40px;
    height: 40px;
    background-color: #0097aa;
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 25% 25% 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.parcoursGraph .GT_EntityBtnDelete {
    position: absolute;
    top: 20px;
    left: 154px;
    width: 40px;
    height: 40px;
    background-color: #5d5851;
    box-shadow: 1px -1px 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 25% 25% 0 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.parcoursGraph .GT_TemplateEntity .GT_EntityBtnEdit,
.parcoursGraph .GT_TemplateEntity .GT_EntityBtnConfig,
.parcoursGraph .GT_TemplateEntity .GT_EntityBtnDelete {
    display: none
}

.parcoursGraph .GT_Entity .icon-corbeille {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ffffff;
}

.parcoursGraph .GT_Entity .icon-crayon {
    position: absolute;
    top: 10px;
    left: 11px;
    font-size: 20px;
    color: #ffffff;
}

.parcoursGraph .GT_Entity .icon-parametre {
    position: absolute;
    top: 10px;
    left: 11px;
    font-size: 20px;
    color: #ffffff;
}

.parcoursGraph .GT_Entity .icon-info {
    position: absolute;
    bottom: -10px;
    font-size: 20px;
    color: #ff0000;
    left: -10px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

#GT_Graph {
    /*background-image: url('../img/fond_patchwork_motif.jpg');*/
    background-repeat: repeat;
}

.parcoursGraph {
    background-color: #d2dbd7;
    background-image: none !important;
}

#GT_TitleBar {
    height: 50px;
    background-color: transparent;
    box-shadow: none;
    display: none;
}

#GT_Instructions {
    display: none;
}

.GT_TitleButton {
    font-size: 30px;
    float: right;
    width: auto;
    border: none;
    margin: 0;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
}

.GT_previousScreen {
    float: left;
    margin-right: 50px;
}

.GT_previousScreen:hover {
    color: #ffffff;
}

#GT_GraphTitle {
    line-height: 50px;
    height: 50px;
    padding: 0;
}

#GT_GraphTitle A {
    text-transform: uppercase;
    font-size: 16px;
}

#GT_GraphTitle i {
    font-size: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    text-decoration: none;
}

#GT_GraphTitle a:hover i, #GT_GraphTitle a:focus i {
    text-decoration: none;
}

#GT_AddTheme {
    display: inline-block;
    color: #0097AA;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    width: 380px;
    height: 60px;
}

#GT_AddTheme I {
    font-size: 20px;
    position: relative;
    top: 18px;
}

#GT_AddTheme SPAN {
    position: relative;
    top: 15px;
    font-size: 16px;
}

#GT_AddTheme:hover, #GT_AddTheme:focus {
    color: #28b6d3;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}

#GT_AddTheme:active {
    color: #00717c;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

#GT_AddTheme:hover I, #GT_AddTheme:focus I {
    font-size: 25px;
}

.GT_DialogResizedContent {
    min-width: 300px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.parcoursGraph .GT_EntityStatut {
    position: absolute;
    top: -45px;
    left: 110px;
}

.parcoursGraph .GT_EntityStatut I {
    font-size: 30px;
    color: #888d83 !important;
    /*text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/
}

.parcoursGraph .GT_EntityStatut .optionnal {
    font-size: 30px;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/*
#EditableForm { position: absolute; z-index: 83 }
#EditableMask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 82; }
#EditableInput { border: none; border-bottom: 1px dotted grey; color: #6d6c6b; font-weight: bold; font-size: 16px;}
*/
#EditableInput {
    color: #0d0d0d !important;
}

/* FOOTER GRAINS */

.footer_grain_helper {
    position: fixed;
    bottom: 136px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 120px;
    color: #ffffff;
    transition: bottom cubic-bezier(.91, .8, .54, 1.39) 0.3s;
}

.footer_grain_helper_content {
    display: inline-block;
    margin: 0 auto;
}

.footer_grain_helper I {
    font-size: 60px;
    float: left;
    display: inline-block;
    line-height: 120px;
}

.footer_grain_helper P {
    font-size: 14px;
    float: left;
    margin: 27px 0 0 20px;
    text-align: left;
}

.footer_grain_helper.helper_down {
    bottom: 16px;
}

.footer_grain {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
}

.footer_grain .footer_grain_helper {
    margin: 10px 0 0 10px;
    text-align: left;
}

.footer_grain .footer_grain_element {
    background-color: #ffffff;
    width: 9.8% /*11%*/;
    height: 120px;
    color: #727272;
    text-align: center;
    margin-left: 1%;
    float: left;
    transition: background-color linear 0.2s;
}

.footer_grain .footer_grain_element.observation_poste {
    display: none;
}

.footer_grain .footer_grain_element I {
    font-size: 35px;
    line-height: 35px;
    transition: opacity linear 0.2s;
    display: block;
    margin: 20px 0;
    opacity: 0.8;
}

.footer_grain .footer_grain_element P {
    margin: 0;
    font-size: 14px;
}

.footer_grain .footer_grain_element:hover {
    background-color: #dcdcdc;
}

.footer_grain .footer_grain_element:hover > i {
    border: 0;
    opacity: 1;
}

.footer_grain_element.ui-draggable-dragging {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    z-index: 10;
    width: 200px;
    height: 60px;
    background-color: #0097AA;
    color: white;
    opacity: 0.6;
}

.footer_grain_element.ui-draggable-dragging I {
    display: inline;
    line-height: 60px;
    font-size: 30px;
    margin: 0 10px;
    float: left;
    border: 0;
}

.footer_grain_element.ui-draggable-dragging P {
    display: inline;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    margin: 0;
    font-size: 12px;
}

.mouse_move_layout {
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/* EDITOR WYSIWYG */

#STEditorBar .form_control {
    min-width: auto;
    margin: 0 10px 10px 0;
}

#STEditorBar .btn {
    margin: 0 0 10px 0;
    background-color: #575757;
    border-bottom-color: rgba(33, 33, 33, 1);
}

#STEditorBar .btn:active {
    border-top-color: rgba(33, 33, 33, 1);
}

.formation_tool_btn_container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    line-height: 20px;
}

.formation_tool_btn_container A {
    font-size: 25px;
    text-decoration: none;
    margin: 0 10px 0;
}

.sequence_no_file_icon {
    position: absolute;
    right: -10px;
    top: 18px;
    background-color: #ff4800;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #00717c;
    line-height: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.sequence_no_file_icon I {
    vertical-align: middle;
}

.GT_Selected .sequence_no_file_icon {
    color: #ffffff;
}

.draggable_helper {
    width: 200px;
    height: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.draggable_helper SPAN {
    font-size: 14px;
    width: 79%;
}