/home/arranoyd/magicraft/wp-content/themes/massive-dynamic/lib/mbuilder/assets/css/meditor.css
/* === Editor === */
.meditor-panel {
    display: none;
    height: 33px;
    position: absolute;
    z-index: 10000;
    background: #2f2f2f;
    color:#f8f8f8;
    font-family: builder-font;
}

#meditor_focus {
    cursor: text;
}

.inline-md-editor{
    min-width: 50px;
    min-height: 25px;
}

.md-live-text .meditor.inline-md-editor a{
    cursor: pointer;
}

.meditor-panel > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.meditor-button { display: block; float: left; margin-right: 3px; position: relative; text-decoration: none;
    display: block; width: 27px; height: 27px; background: #dadada; border: 1px solid #aaa; color: #535353; text-shadow: 0 1px 0 #fff;
    background: -moz-linear-gradient(center bottom, #e1e1e1 0%, #efefef 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fFfFfF), to(#f1f1f1));
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.meditor-button:last-child { margin-right: 0; }
.meditor-button:hover { background: #fff; border-color: #999; }
.meditor-button span:active { box-shadow: inset 0 0 15px rgba(0,0,0,.5); border-color: #999; }

.meditor-button span,
.meditor-button span {
    display: block; height: 100%; width: 100%;
    text-align: center;
    line-height: 25px;
}

.meditor-panel .meditor-bold span { background-position: 0 0; }
.meditor-panel .meditor-italic span { background-position: -30px 0; }
.meditor-panel .meditor-underline span { background-position: -60px 0; }
.meditor-panel .meditor-unordered-list span { background-position: -90px 0; }
.meditor-panel .meditor-ordered-list span { background-position: -120px 0; }
.meditor-panel .meditor-image span { background-position: -150px 0; }
.meditor-panel .meditor-link span { background-position: -180px 0; }
.meditor-panel .meditor-save span { background-position: -210px 0; }
.meditor-panel .meditor-justify-left span { background-position: -240px 0; }
.meditor-panel .meditor-justify-center span { background-position: -270px 0; }
.meditor-panel .meditor-justify-right span { background-position: -300px 0; }
.meditor-panel .meditor-cite span { background-position: -330px 0; }
.meditor-panel .meditor-heading span { background-position: -360px 0; }
.meditor-panel .meditor-clear-formatting span { background-position: -390px 0; }

.meditor-panel .meditor-superscript span { background-position: -420px 0; }
.meditor-panel .meditor-subscript span { background-position: -450px 0; }
.md-live-text + div:not(.mBuilder_controls) {
    height: 0;
    position: static;
    width: 0;
    border: 0;
}
.meditor-dropdown-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 60px;
}
.meditor-input {
    position: relative;
    width: 100px;
    margin: 2px;
}
.meditor-input input{
    max-width: 100%;
    font-size: 12px;
}

.with-border{
    border-right: 1px solid #454545;
}

.ui-autocomplete {
    z-index: 999999;
    background: white;
    padding: 4px;
    list-style: none;
    border-radius: 3px;
    border: 2px solid #333;
    width: 133px !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.meditor-panel .dropdown-items div.active{
    background-color: #231f20;
}

.font-size-controller{
    width: 55px;
    order: -13;
}

.font-size-controller > button {
    font-size: 12px;
}

.font-size-controller .unit{
    margin-left: 4px;
}

.meditor-panel .font-color-controller{
    justify-content: flex-start;
    width: 40px;
    order:-12;
}

.line-height-controller{
    width: 49px;
    order: -11;
}

.line-height-controller > button{
    font-size: 22px;
}

.bold-controller{
    order: -10;
}

.italic-controller{
    order: -9;
}

.underline-controller{
    order: -8;
}

.underline-controller > button,
.italic-controller > button,
.bold-controller > button{
    font-size: 10px;
}

.heading-controller{
    width:40px;
    order:-7;
    font-size: 11px;
}

.group-style-controller2{
    width:44px;
    order: -6;
}


.group-style-controller1{
    width: 40px;
    order: -5;
}

.letter-space-controller{
    width:45px;
    order: -4;
}

.link-controller{
    width: 40px;
    order: -3;
}

.text-animation-controller{
    font-size: 10px;
}

.text-animation-controller i{
    font-style: normal;
}

.undo-redo-manger{
    width:62px;
}

.meditor-underline,
.meditor-italic,
.meditor-bold{
    width:26px;
}

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

.meditor-underline{
    text-align: left;
}
.meditor-defult-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70px;
    display: block;
}

.undo-redo-manger {
    display: flex;
}
.undo{
    order:-2;
    width: 100%;
    height: 100%;
}
.redo{
    width: 100%;
    height: 100%;
}
.live-text-animation{
    order:1;
    width: 100%;
    height: 100%;
}

.dropdown-items {
    display: none;
}
.dropdown-items.open{
    display: block;
    width: 100%;
    position: absolute;
    background-color: #2f2f2f;
    top: 105%;
    left:0;
}
.font-family-controller .dropdown-items.open{
    width: 155%;
}
.dropdown-items > div {
    height: 25px;
    transition: background-color .3s;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    width: 100%;
    position: relative;
}
.font-family-controller .dropdown-items > div{
    justify-content: flex-start;
}
.dropdown-items > input{
    background-color: transparent;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #484848;
    height: 22px;
    color: #e2e2e2;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    font-size: 13px;
}
#meditor-font-family{
    text-align: left;
    padding-left: 15px;
}
.font-family-controller .dropdown-items>div{
    text-align: left;
    padding-left: 15px;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
}

.undo-redo-manger .meditor-redo {
    padding: 0 4px;
    justify-content: flex-start;
}
.meditor-redo{
    padding-right: 9px !important;
}
.undo-redo-manger .meditor-undo{
    padding: 0 4px;
    justify-content: flex-end;
    padding-left: 10px;
}

.live-text-container:hover{
    outline: 1px solid #419cf8;
}

.meditor:focus{
    outline: 1px solid #419cf8;
}

.live-text-container:hover .meditor:focus{
    outline: none;
}

.live-text-container{
    position: relative;
}

.dropdown-items > div:hover,
.dropdown-items > div.active,
.meditor-panel  button.me-active,
.meditor-panel  button:hover
{
    background-color: #231f20;
}

.meditor-panel .dropdown-items .me-active{
    background-color: inherit;
}

.meditor-panel button {
    background-color: inherit;
    border: none;
    height: 100%;
    width: 100%;
    box-shadow: none;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.mdb-down-arow {
    font-size: 6px;
    margin: auto;
    margin-left: 7px;
    color: #7e7e7e;
}

.font-family-controller {
    width: 90px;
    order: -14;
    font-size: 12px;

}

.meditor-defult-font-color{
    width:15px;
    height: 15px;
    background-color: yellow;
    border-radius: 50%;
    display: block;
}

#meditor-color-picker{
    display: none;
    position: absolute;
    top: 35px;
    left:0;
}

#meditor-color-picker.open {
    display: block;
}

.open-link-option {
    position: absolute;
    padding: 5px;
    background-color: #2f2f2f;
}

.open-link-option div:first-child input {
    background: #646464;
    border: none;
    padding: 5px;
    height: 26px;
    width: 219px;
    font-size: 11px;
}

.open-link-option {
    position: absolute;
    padding: 5px;
    background-color: #2f2f2f;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 279px;
    top: 39px;
    height: 56px;
    left: -148px;
    box-sizing: content-box;
}

.open-link-option > div {
    margin: 3px 7px;
    position: relative;
}
.open-link-option div.meditor-link-input {
    margin-left: 0px;
}

.open-link-option div.open-link-extra {
    flex-basis: 100%;
    display: flex;
    margin-top: 1px ;
    padding: 2px;
    align-items: center;
    margin-left: -2px ;
}

.open-link-extra p{
    color: white;
    font-family: "Open Sans";
    margin-left: -5px;
    font-size: 10px;
    margin-top: -9px;
    cursor: pointer ;
}

.show-panel{
    display: flex;
}

.open-link-option span.mdb-check:after {
    background: #626262;
    position: absolute;
    width: 1px;
    height: 100%;
    content: '';
    right: -7px;
}

.mdb-check {
    font-size: 11px;
}

.mdb-close{
    font-size: 10px;
}

.group-style{
    width: 45px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.meditor-selected-text {
    color: black;
    background: rgba(171, 150, 71, 0.61);
}

.gizmo-off .meditor a{
    cursor: not-allowed;
}


.meditor-panel .dropdown-items > div:hover > .submenu  {
    display: block;
}

.meditor-panel .submenu {
    position: absolute;
    width: 70%;
    box-shadow: none;
    padding: 0 1px;
    top: 0;
    left: 138px;
    display: none;
    text-align: left;
}
.submenu-meditor-font-family{
   background: rgb(69, 67, 67);
    padding-left: 15px;
    font-size: 11px;
}
.meditor-font-family .text-variant-icon {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 109px;
    display: block;
}

.meditor:focus + .mBuilder_controls {
    opacity: 1;
}

.meditor-panel .rounded {
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50px;
}
.meditor-panel .rounded label {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    border: 1px solid #606060;
    border-radius: 50px;

}
.meditor-panel .rounded label:after {
    content: '';
    width: 7px;
    height: 3px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 1px solid #fcfff4;
    border-top: 0;
    border-right: 0;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
 }


.meditor-panel input[type=checkbox] {
    visibility: hidden;
}
.meditor-panel input[type=checkbox]:checked + label:after {
     opacity: 1;
 }
.meditor-icon-search{
    position: absolute;
    right: 7px;
    top: 7px;
    opacity: 0.7;
}
#meditor-font-family{
    height: 26px;

}

.meditor-font-family * , .meditor-font-family , .dropdown-items * {
    cursor: pointer;
}