﻿/*------ Image: 100%  Caption: bottom ------*/
.image-container-full-width-image-caption-bottom{
    background-color:#eeeeee;
}

.image-style-full-width-image-caption-bottom{
    max-width:100%;
    width:100%;
}

.image-caption-full-width-image-caption-bottom{

}

/*------ Image: 40%  Caption: left ------*/
.image-container-40percent-width-image-caption-left{
    background-color:#eeeeee;
    display:inline-block;
    float: left;
    margin-right: 10px;
}

.image-style-40percent-width-image-caption-left{
    max-width:100%;
    width:40%;
    float:right;
    display:inline-block;
}

.image-caption-40percent-width-image-caption-left{
    display:inline-block;
    float:left;
}

/*------ Image: 40%  Caption: right ------*/
.image-container-40percent-width-image-caption-right{
    background-color:#eeeeee;
    display:inline-block;
    float: left;
    margin-right: 10px;
}

.image-style-40percent-width-image-caption-right{
    max-width:100%;
    width:40%;
    float:left;
    display:inline-block;
}

.image-caption-40percent-width-image-caption-right{
    display:inline-block;
    float:right;
}


/*------ Image: 40%  Caption: bottom ------*/
.image-container-40percent-width-image-caption-bottom{
    background-color:#eeeeee;
    float: left;
    margin-right: 10px;
}

.image-style-40percent-width-image-caption-bottom{
    max-width:100%;
    width:40%;
    display:inline-block;
}

.image-caption-40percent-width-image-caption-bottom{
}

.image-container-div{
    /*display:inline-block;
    float:left;
    margin-right:10px;
    padding:5px;
    background-color:#F5F5F5;*/
}

.generic-image-style{
    /*max-width:100%;*/
}


.image-caption-container{
    /*float:left;
    display:inline-block;*/
}

.selected-element-from-editor-class-highlight{
    outline: #0590FF dotted thick;
}

.ligatureHighlight {
    background-color: #ff6699;
}

#ligatureContainer > div > input {
    margin-right: .5rem !important;
    margin-bottom: 5px;
}

#ligatureMessage {
    text-align: center;
    border-radius: 7px;
    background: #c3e099;
    padding: 3px;
    margin-bottom: 5px;
    width: 85%;
}