/* smplControls.css */

.smpl-control-base {
    position: fixed;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.98);
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 5000;
    height: 50px;
    width: 250px;
}

.smpl-control-base-open {
    height: 100%;
}

.smpl-pos-bl {
    bottom: 0;
    left: 0;
}

.smpl-pos-tl {
    top: 0;
    left: 0;
}

.smpl-pos-br {
    bottom: 0;
    right: 0;
}

.smpl-pos-tr {
    top: 0;
    right: 0;
}

.smpl-control-base header {
    position: inherit;
    z-index: auto;
    padding: 8px 12px;
    background-color: #2196f3;
    color: #FFF;
    border-top: solid 1px #FFF;
}

.smpl-cms-logo {
    padding: 10px;
    background-color: rgba(16, 95, 173, 0.9);
}

.smpl-cms-logo img {
    height: 30px;
}

.smpl-control-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 50px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.smpl-control-body .smpl-section-title {
    font-size: 16px;
    font-weight: 500;
    color: #1976d2;
    margin: 25px 0 0 15px;
    border-bottom: 2px solid #1976d2;
    padding-bottom: 2px;
}

.smpl-menu-header {
    margin: 5px 10px;
    overflow: hidden;
}



.smpl-controls-section .smpl-collection {
    margin: 15px 0 25px 0;
}


.smpl-controls-section .smpl-collection .smpl-form-group {
    margin: 0 15px;
}





.smpl-block {
    height: 50px;
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.smpl-block-slide {
    color: #FFF;
}

.smpl-block-default {
    
}

.smpl-block-overlay {
    height: 100%;
}

.smpl-block-handle {
    float: left;
    width: 44px;
    height: 100%;
    text-align: center;
    color: #444;
}

.smpl-block-body {
    height: 100%;
    margin: 0 10px 0 44px;
}

.smpl-block-title {
    line-height: 110%;
}

.smpl-block-subtitle {
    font-size: 70%;
    line-height: 110%;
    color: #444;
}


.smpl-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smpl-center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}




.smpl-block-default:hover .smpl-block-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.05+20,0.05+80,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.05) 20%,rgba(0,0,0,0.05) 80%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.05) 20%,rgba(0,0,0,0.05) 80%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.smpl-block-slide .smpl-block-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.smpl-block-slide:hover .smpl-block-overlay {
    display: block;
}


.smpl-context-button {
    padding: 6px 15px;
    background-color: #98bbdb;
    border-bottom: solid 1px #000;
}



.smpl-setting-icon {
    float: right;
    cursor: pointer;
    color: #999;
    padding: 0 10px;
}

.smpl-setting-icon:hover {
    color: #111;
}








/* sVideo Module */
.vimeo-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.vimeo-embed iframe, .vimeo-embed object, .vimeo-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




