﻿.ev-badge-designer-element {
    border-style:dashed !important;
    border-color: blue !important;
}

/*DESIGNER*/
.ev-designer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-color: black;
}

.ev-designer-toolbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    min-width: 20px;
    height: 100%;
    overflow: hidden;
    z-index: 30;
    background-color: lightgoldenrodyellow;
    padding-right: 25px;
    padding-left: 5px;
}

    .ev-designer-toolbox .grip {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 20px;
        text-align: center;
        height: 100%;
        overflow: hidden;
        z-index: 999;
        cursor: ew-resize;
        background-color: darkgray;
        left: initial;
        background-image: initial;
        font-size: initial;
    }

        .ev-designer-toolbox .grip i {
            display: block;
            position: absolute;
            top: 50%;
            bottom: 50%;
            margin: auto;
            padding-left: 2px;
            color: black;
            -moz-transition: color .5s;
            -o-transition: color .5s;
            -webkit-transition: color .5s;
            transition: color .5s;
        }

            .ev-designer-toolbox .grip i:hover {
                color: orange;
                cursor: pointer;
            }


.ev-designer-toolbox-item {
    text-align: center;
    background-color: black;
    border-radius: 7px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ev-designer-propbox {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    overflow: hidden;
    z-index: 30;
    background-color: #454342;
}

.ev-designer-propbox-content {
    padding-left: 20px;
    height:100%;
    overflow:hidden;
    overflow-y:auto;
}

.ev-designer-propbox .grip {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    cursor: ew-resize;
    background-color: darkgray;
    left: initial;
    background-image: initial;
    font-size: initial;
}

    .ev-designer-propbox .grip i {
        display: block;
        position: absolute;
        top: 50%;
        bottom: 50%;
        margin: auto;
        padding-left: 2px;
        color: black;
        -moz-transition: color .5s;
        -o-transition: color .5s;
        -webkit-transition: color .5s;
        transition: color .5s;
    }

        .ev-designer-propbox .grip i:hover {
            color: orange;
            cursor: pointer;
        }

.ev-designer-canvas {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0;
    z-index: 25;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);
    padding: 5px;
}

.ev-designer-canvas-workzone {
    overflow: hidden;
    color: black;
    width: 100%;
    height: 100%;
    background-color: lightgray;
}


.ev-designer-propbox ul {
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center;
}

    .ev-designer-propbox ul li {
        font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        zoom: 1;
        width: 50%;
        text-align: center;
        float: left;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 57px;
        list-style: none;
        opacity: 0.85;
        -o-transition: opacity 0.08s linear;
        -moz-transition: opacity 0.08s linear;
        -webkit-transition: opacity 0.08s linear;
        transition: opacity 0.08s linear;
        display: list-item;
    }

.ev-designer-propbox .list-section, #propbox .list-section {
    color: lightgray;
    font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 37px;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-top: 10px;
    background-color: rgba(100, 100, 100, 0.5);
    width: 100%;
    display: block;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    clear: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.ev-designer-propbox .list-section-footer {
    height: 10px;
    color: lightgray;
    font-family: 'ProximaNova-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 37px;
    font-size: 10px;
    letter-spacing: 2px;
    padding-left: 20px;
    background-color: rgba(100, 100, 100, 0.5);
    width: 100%;
    display: block;
    clear: left;
}


[isfocused='true'] {
    border-style: solid !important;
    border-color:red !important;
}

.ev-designer-document {
    border: dashed 2px black;
    border-radius: 7px;
    /*height: 100%;*/
    width: 100%;
}

.ev-designer-page {
    border: dashed 4px #ffac28;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    min-height:60px;
    margin:10px 0; 
}

.ev-designer-row {
    border: dashed 2px #56c400;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    padding: 5px;
    position: relative;
    min-height:30px;
    margin:5px;
}

    .ev-designer-row[isfocused='true'] {
        padding-top: 45px;
    }

.ev-designer-col {
    border: dashed 2px #2fa4e7;
    /*overflow: hidden;*/
    border-radius: 7px;
    padding: 5px;
    position: relative;
    min-height: 50px;
}

.ev-designer-element {
    overflow: hidden;
    border: dashed 2px darkgray;
    border-radius: 7px;
    padding: 5px;
    position: relative;
}

    .ev-designer-element[isfocused='true'] {
        border: solid 2px #54b4eb;
    }

.ev-container .ev-designer-element-content, .ev-designer-row-col {
    padding: 10px;
    min-height: 50px;
}

.ev-designer-document-element[element-type='row']:not(.dragging) {
    border: dashed 2px #56c400;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ev-designer-document-element[element-type='row'][isfocused='true'] {
    padding-top: 45px;
}

.ev-designer-document-element[element-type='container'] {
    border: dashed 2px #54b4eb;
}

.ev-designer-element-content {
    min-height: 20px;
}

.ev-designer-element-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.placeholder {
    border: dashed 2px red;
    min-height: 30px;
    width: 100%;
    display: block;
}


/*VIDEO*/
.responsive-video {
    height: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 51%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .responsive-video {
        padding-bottom: 53%;
    }
}

@media (max-width: 992px) {
    .responsive-video {
        padding-bottom: 53%;
    }
}

@media (min-width: 1200px) {
    .responsive-video {
        padding-bottom: 52%;
    }
}

.responsive-video .video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

/*ELESSAR - RANGEBAR*/

.row-editor-toggle {
    position: absolute;
    bottom: -18px;
    margin: 0 auto;
    width: 30px;
    text-align: center;
    left: 0;
    right: 0;
    background-color: lightblue;
    height: 18px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    -moz-transition: a .25s ease-in-out;
    -o-transition: a .25s ease-in-out;
    -webkit-transition: a .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .row-editor-toggle:hover {
        background-color: #fada81;
        -moz-transition: a .25s ease-in-out;
        -o-transition: a .25s ease-in-out;
        -webkit-transition: a .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .row-editor-toggle i:after {
        content: "";
    }


.row-col-editor-wrapper {
    position: absolute !important;
    z-index: 11;
    top: 0;
    left: 5px;
    right: 5px;
}

.gridPatern {
    text-align: center;
    background-color: lightgray;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
    border: 1px solid #b6b2b2;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.gridPaterns {
    height: 15px;
}

    .gridPaterns .gridPatern:first-child {
        border-top-left-radius: 5px;
    }

    .gridPaterns .gridPatern:last-child {
        border-top-right-radius: 5px;
    }

.gridPatern:hover {
    background-color: #ffac28;
    border-color: #ffac28;
    color: #54b4eb;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.range-bar-wrapper {
    height: 30px;
}

.elessar-handle {
    display: block;
    background: lightgray;
    height: 100%;
    width: 3px;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    bottom: 0;
}

    .elessar-handle:first-child {
        left: 0;
    }

    .elessar-handle:last-child {
        right: 0;
    }

.elessar-indicator {
    position: absolute;
    background: black;
    border-color: white;
    border-style: solid;
    border-width: 0 1px;
    width: 2px;
    height: 100%;
    z-index: 15;
}

.elessar-range {
    position: absolute;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    z-index: 10;
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.elessar-label {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    border-left: 1px solid #999;
    padding-left: 10px;
}

.elessar-barlabel {
    font-weight: bold;
    color: white;
}

.elessar-readonly {
    opacity: 0.6;
    cursor: default !important;
}

.elessar-phantom {
    background-color: transparent;
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer !important;
}

.elessar-rangebar {
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #ffac28;
    border-radius: 0 0 5px 5px;
}

.elessar-delete-confirm {
    background: red;
}

body.elessar-resizing, body.elessar-dragging {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    body.elessar-resizing,
    body.elessar-resizing .bar,
    body.elessar-resizing .handle {
        cursor: ew-resize !important;
    }

    body.elessar-dragging,
    body.elessar-dragging .bar,
    body.elessar-dragging .handle {
        cursor: -webkit-grabbing !important;
        cursor: -moz-grabbing !important;
        cursor: grabbing !important;
    }
