﻿@import url("/RichWidgets/Theme.LondonFluid.css?3971");

/* Intelliwarp generated actions*/
a.ActionDownload:before,
a.ActionExportImg:before,
a.ActionExportJSON:before {
    color: #E83E26;
    font-family: FontAwesome;
}

a.ActionDownload:before {
    content: "\f019";
}

a.ActionExportImg:before {
    content: "\f030"; 
}

a.ActionExportJSON:before {
    content: "\f1c9"; 
}



a.ActionDownload:before,
a.ActionExportImg:before,
a.ActionExportJSON:before {
    width: 32px;
    height: 32px;    
    line-height: 32px;
    font-size: 18px;
    color: white;
    text-align: center;
    margin-right: 10px;
    background: #E83E26;
    border-radius: 50%;
    display: inline-block;
}

a[disabled='disabled'].ActionDownload:before {
   background-color: #CCC;
   box-shadow: none; 
}

a.ActionDownload:active:before {
    /* Add Touch States to Your Buttons */
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.25); 
}

/******* Canvas Styles *****/

.Canvas {
    border: 1px solid #BBB;
    background-color: #FFF;
    min-height: 400px;
}

.LayerBox {
    border: 1px solid #BBB;
    min-height: 200px;
    position: relative;
    z-index: 0;
}

.LayerBox.Active {
    border: 1px solid #FFFF00;
}

.LayerBox .Description {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin: 10px;
    opacity: 0.7;
}

.LayerBox .Description .Heading3 {
    font-size: 14px;
}

.LayerBox .Description .Text_Note {
    font-size: 10px;
}

.LayerBox .Description .Bullet {
    background: url(/ElectronicCanvas/img/Bullet.png?3538) no-repeat;
    background-position: 0px 60%;
    background-size: 100% 60%;
    width: 12px;
    height: 20px;
    margin-right: 5px;
}

.LayerBox.Orchestration .Background {
    background: url(/ElectronicCanvas/img/OrchestrationBack.png?3538) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    width: 50px;
    right: 30px;
    top: 30%;
    position: absolute;
}

.LayerBox.UserRole .Background {
    background: url(/ElectronicCanvas/img/UserRolesStoriesBack.png?3538) no-repeat;
    background-size: 100% 100%;
    height: 80px;
    width: 84px;
    right: 30px;
    top: 30%;
    position: absolute;
}

.LayerBox.EndUser .Background {
    background: url(/ElectronicCanvas/img/EndUserBack.png?3538) no-repeat;
    background-size: 100% 100%;
    height: 80px;
    width: 80px;
    right: 20px;
    top: 35%;
    position: absolute;
    
}

.LayerBox.Core .Background {
    background: url(/ElectronicCanvas/img/CoreBack.png?3538) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 60px;
    right: 20px;
    top: 35%;
    position: absolute;
}

.LayerBox.Foundation .Background {
    background: url(/ElectronicCanvas/img/FoundationBack.png?3538) no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 75px;
    right: 20px;
    top: 40%;
    position: absolute;
    z-index: 20;
}

.LayerBox .Module {
    border: 1px solid #BBB;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 100px;
    float: left;
    position: absolute !important;
    z-index: 100;
    word-wrap: break-word;
    
    
}

.LayerBox .Module:hover{
    cursor: move;
}

.DeleteButton,
.EditButton {
    width: 16px;
    height:16px;
    position: absolute;
}

.DeleteButton {
    background: url(/ElectronicCanvas/img/img_delete.png?3538) no-repeat center center;
    background-size: 16px 16px;
    top: -12px;
    right: -10px;
    
    
    
    
}

.EditButton {
    background: url(/ElectronicCanvas/img/img_edit.png?3538) no-repeat center center;
    background-size: 16px 16px;
    bottom: -12px;
    right: -10px;
    
    
    
    
}

.LayerBox .Module .DeleteButton,
.LayerBox .Module .EditButton{
    display: none;
}

.LayerBox .Module:hover .DeleteButton,
.LayerBox .Module:hover .EditButton{
    display: block;
}

.LayerBox .Module:hover .DeleteButton:hover,
.LayerBox .Module:hover .EditButton:hover{
    cursor: pointer;
}

.LayerBox .Module.Espace {
    background-image: url("/ElectronicCanvas/img/oml.png?3538");
    background-repeat: no-repeat;
    background-position: 98% 10%;
}

.LayerBox .Module.Extension {
    background-image: url("/ElectronicCanvas/img/xif.png?3538");
    background-repeat: no-repeat;
    background-position: 98% 10%;
}

.LayerBox .Module.UserRole {
    background-image: url("/ElectronicCanvas/img/StickyNote.png?3538");
    background-repeat: no-repeat;
    background-position: 98% 10%;
}

.LayerBox.Foundation .Module {
    background-color: #8DB141;
}

.LayerBox.Core .Module {
    background-color: #FFA500;
}

.LayerBox.EndUser .Module {
    background-color: #30A0BD;
}

.LayerBox.Orchestration .Module {
    background-color: #356EB3;
}

.LayerBox.UserRole .Module {
    background-color: #CC2200;
}

.RightMenu {
    position: absolute;
    display: none;
    
    
}