.multiple-fields__item{
    display: flex;
    align-items:  center;
    margin-bottom: 5px;
}
.action__minus {
    width: 40px;
    height: 20px;
    padding: 0 0 4px 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: all linear 0.1s;
}

.action__minus:hover{
    background: red;
    color: #FFF;
}

.action__plus {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: all linear 0.1s;
}

.action__plus:hover{
    background: green;
    color: #FFF;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
}
ol.example li.placeholder:before {
    position: absolute;
}

.container-content ul{
    list-style: none;
}
.container-content ul li{
    display: flex;
    align-items: center;
    width: 100%;
}

.container-content .content-items{
    width: 300px;
}

.content-sort {
    width: 40px;
    margin-right: 15px;
}

.container-content .form-group{
    margin-bottom: 0px;
}

.images-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.image-container {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    min-width: 50px;
    height: auto;
}

.image-delete{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #000;
    display: none;
}

.image-container:hover .image-delete{
    display: block;
}

.image-delete:after{
    content: 'X';
}

.action-remove.btn.btn-danger {
    padding: 5px 5px;
    line-height: 9px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.form-divider {
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.header-title {
    cursor: pointer;
}

.map {
    height: 400px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pac-container {
    z-index: 9999999 !important;
}

.pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

.type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

.type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.img-thumbnail {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
.trumbowyg-box .trumbowyg-editor{
    background: #FFF;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(/assets/fonts/PlayfairDisplay-Regular.woff2) format("woff2"), url(/assets/fonts/PlayfairDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(/assets/fonts/PlayfairDisplay-Bold.woff2) format("woff2"), url(/assets/fonts/PlayfairDisplay-Bold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(/assets/fonts/PlayfairDisplay-Italic.woff2) format("woff2"), url(/assets/fonts/PlayfairDisplay-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(/assets/fonts/PlayfairDisplay-BoldItalic.woff2) format("woff2"), url(/assets/fonts/PlayfairDisplay-BoldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Playfair Display';
    src: url(/assets/fonts/PlayfairDisplay-Bold.woff2) format("woff2"), url(/assets/fonts/PlayfairDisplay-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: url(/assets/fonts/Stolzl-Medium.woff2) format("woff2"), url(/assets/fonts/Stolzl-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: url(/assets/fonts/Stolzl-Regular.woff2) format("woff2"), url(/assets/fonts/Stolzl-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl Book';
    src: url(/assets/fonts/Stolzl-Book.woff2) format("woff2"), url(/assets/fonts/Stolzl-Book.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
.form-group .trumbowyg-editor, .form-group .trumbowyg-textarea, .form-group .trumbowyg-box, .form-group .trumbowyg-editor{
    min-height: 200px;
}
.blocks-position li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.blocks-position li label{
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.blocks-position li label input[type="checkbox"]{
    margin-right: 5px;
}
.blocks-position li span{
    margin-right: 10px;
    cursor: move;
}
.complete-list {
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
}
.complete-list div{
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
}
.complete-list div:hover, .complete-list div.active{
    background: #3c8dbc;
    color: #FFF;
}
.complete-btn{
    margin-top: 10px;
}
