﻿.margin-block-builder {
    margin-bottom: 10px;
}

.load-photo-builder {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.deletable:after {
    content: '';
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
}

.load-photo-builder img {
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.load-photo-builder:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.load-photo-builder img {
    width: 100%;
}

.load-title-div {
    position: absolute;
    z-index: 500;
    top: 50%;
    margin-top: -1.2em;
    width: 100%;
}

.load-title {
    color: white;
    text-align: center;
    font-size: 2em;
}

.pointer-build {
    cursor: pointer;
}

.description-div div.CodeMirror {
    height: 300px !important;
}

.CodeMirror {
    height: 470px !important;
}

.cm-null.cm-spell-error {
    background: initial !important;
}

.editor-toolbar {
    background: white !important;
}

div.tagsinput {
    width: auto !important;
    border: 1px solid #dce4ec !important;
    border-radius: 4px !important;
    height: 100% !important;
}

.head-builder {
    float: right;
    padding: 5px;
    font-size: 1.4em;
    cursor: pointer;
}

.hide-show-margin {
    margin-right: 10px;
}

.hide-topic {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #dce4ec;
    margin-bottom: 10px;
}

.hide-topic-name {
    width: 100%;
    text-align: center;
    position: absolute;
}

.fixed-error-builder {
    position: fixed;
    right: 2%;
    top: 12%;
    z-index: 10000;
}

.tool-bar-builder {
    z-index: 100;
}

.categoryBuilder {
    cursor: pointer;
}